diff options
author | Tudor Ambarus <[email protected]> | 2024-01-19 11:11:26 +0000 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2024-01-22 12:02:58 +0100 |
commit | a0f80b86ff53c2bb99662008269096ecb45d7288 (patch) | |
tree | 20f8c98f5fa7852a4aa6ee73d6084f0f2ee8936b | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) |
dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
Add google,gs101-hsi2c dedicated compatible for representing
I2C of Google GS101 SoC.
Acked-by: Wolfram Sang <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
Reviewed-by: Peter Griffin <[email protected]>
Signed-off-by: Tudor Ambarus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml index df9c57bca2a8..cc8bba5537b9 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml @@ -33,6 +33,7 @@ properties: - const: samsung,exynos7-hsi2c - items: - enum: + - google,gs101-hsi2c - samsung,exynos850-hsi2c - const: samsung,exynosautov9-hsi2c - const: samsung,exynos5-hsi2c # Exynos5250 and Exynos5420 |