Message ID | 20250203-exynos7870-v1-1-2b6df476a3f0@disroot.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add support for the Exynos7870 SoC, along with three devices | expand |
On Mon, Feb 03, 2025 at 12:06:34AM +0530, Kaustabh Chakraborty wrote: > Add the compatible string "samsung,exynos7870-chipid" to the documentation, > with a fallback to "samsung,exynos4210-chipid". > > Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> > --- > Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml | 1 + > 1 file changed, 1 insertion(+) > That's mess, how could you have two same commits in Git log? The only answer I see is that you did not create it on top of git repo. That's not how you should work. Use either b4 or git format-patch --cover-letter, not some other methods. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml b/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml index 385aac7161a0db9334a92d78a57a125f23ca1920..9105ad48563a42ecaeb3dbca37df734d5b93f52c 100644 --- a/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml +++ b/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml @@ -19,6 +19,7 @@ properties: - enum: - samsung,exynos5433-chipid - samsung,exynos7-chipid + - samsung,exynos7870-chipid - const: samsung,exynos4210-chipid - items: - enum:
Add the compatible string "samsung,exynos7870-chipid" to the documentation, with a fallback to "samsung,exynos4210-chipid". Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> --- Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml | 1 + 1 file changed, 1 insertion(+)