[PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible

Kaustabh Chakraborty posted 2 patches 1 year ago
[PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible
Posted by Kaustabh Chakraborty 1 year ago
Exynos7870's (non-HS) I2C controllers are entirely compatible with
samsung,s3c2440-i2c. Document Exynos7870's compatible string
appropriately.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
---
 Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml b/Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml
index bbc56848562721d206fe4d72c7c103487d11f7bd..6ba7d793504c8cc3322c65ef4aae5ee720e8baba 100644
--- a/Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml
@@ -22,6 +22,7 @@ properties:
           - samsung,exynos5-sata-phy-i2c
       - items:
           - enum:
+              - samsung,exynos7870-i2c
               - samsung,exynos7885-i2c
               - samsung,exynos850-i2c
           - const: samsung,s3c2440-i2c

-- 
2.48.1
Re: [PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible
Posted by Krzysztof Kozlowski 1 year ago
On Tue, Feb 04, 2025 at 02:03:32AM +0530, Kaustabh Chakraborty wrote:
> Exynos7870's (non-HS) I2C controllers are entirely compatible with
> samsung,s3c2440-i2c. Document Exynos7870's compatible string
> appropriately.
> 
> Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
> ---
>  Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof