Message ID | 20250219-exynos7870-v3-1-e384fb610cad@disroot.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Add support for the Exynos7870 SoC, along with three devices | expand |
On Wed, Feb 19, 2025 at 12:33:11AM +0530, Kaustabh Chakraborty wrote: > Document the compatible string "samsung,exynos7870-chipid". The > registers are entirely compatible with "samsung,exynos4210-chipid". A bit odd (exynos7885 is compatible with 850), but I guess you really checked that. Best regards, Krzysztof
On Wed, 19 Feb 2025 00:33:11 +0530, Kaustabh Chakraborty wrote: > Document the compatible string "samsung,exynos7870-chipid". The > registers are entirely compatible with "samsung,exynos4210-chipid". > > Applied, thanks! [1/7] dt-bindings: hwinfo: samsung,exynos-chipid: add exynos7870-chipid compatible https://git.kernel.org/krzk/linux/c/0a86ea5534a9e4ae988a2e174e741b102d8a8691 Best regards,
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:
Document the compatible string "samsung,exynos7870-chipid". The registers are entirely compatible with "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(+)