Message ID | 20250202190353.14572-1-kauschluss@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:33:53AM +0530, Kaustabh Chakraborty wrote: > Add the compatible string "samsung,exynos7870-chipid" to the documentation, > with a fallback to "samsung,exynos4210-chipid". This we see from the diff. Say something not obvious about hardware instead of repeating redudundantly subject and diff. Otherwise what you said is equivalent in just few words: "Document Exynos7870 ChipID." instead of two lines of text. Instead say whether device is or is not compatible. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml b/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml index 385aac7161a0..9105ad48563a 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> --- .../devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml | 1 + 1 file changed, 1 insertion(+)