[PATCH v2 7/8] dt-bindings: i2c: exynos5: Add exynos990-hsi2c compatible

Denzeel Oliva posted 8 patches 5 months ago
There is a newer version of this series
[PATCH v2 7/8] dt-bindings: i2c: exynos5: Add exynos990-hsi2c compatible
Posted by Denzeel Oliva 5 months ago
Add samsung,exynos990-hsi2c dedicated compatible for
representing I2C of Exynos990 SoC.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com>
---
 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 7ae8c7b1d0067e7e7a73a58e8bcb4aac71e87dd8..6fc03281a8f8440ba64df569f6c83ba2d9f6915e 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
@@ -38,6 +38,7 @@ properties:
               - google,gs101-hsi2c
               - samsung,exynos2200-hsi2c
               - samsung,exynos850-hsi2c
+              - samsung,exynos990-hsi2c
           - const: samsung,exynosautov9-hsi2c
       - const: samsung,exynos5-hsi2c    # Exynos5250 and Exynos5420
         deprecated: true

-- 
2.50.1
Re: [PATCH v2 7/8] dt-bindings: i2c: exynos5: Add exynos990-hsi2c compatible
Posted by Wolfram Sang 4 months, 4 weeks ago
On Sun, Sep 07, 2025 at 10:13:38PM +0000, Denzeel Oliva wrote:
> Add samsung,exynos990-hsi2c dedicated compatible for
> representing I2C of Exynos990 SoC.
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com>

Applied to for-next, thanks!