[PATCH 2/2] dt-bindings: i2c: exynos5: add exynos7870-hsi2c compatible

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

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

diff --git a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
index 70cc2ee9ee27dd128be10152a0a0c873802f08a2..8d47b290b4ed1c95b7237ce7881b40872cc7ada9 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
@@ -30,6 +30,7 @@ properties:
       - items:
           - enum:
               - samsung,exynos5433-hsi2c
+              - samsung,exynos7870-hsi2c
               - tesla,fsd-hsi2c
           - const: samsung,exynos7-hsi2c
       - items:

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

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

Best regards,
Krzysztof