diff options
author | Inochi Amaoto <inochiama@gmail.com> | 2025-04-14 06:35:02 +0800 |
---|---|---|
committer | Andi Shyti <andi@smida.it> | 2025-05-19 22:23:57 +0200 |
commit | 218d2318185b165d254b4ddc013f99d3906e1859 (patch) | |
tree | a9b062333459a7dc6d16a52b19057f1bd6495a94 | |
parent | b6c540d740390ba672a8a98d672ba6252dd11c48 (diff) |
dt-bindings: i2c: dw: Add Sophgo SG2044 SoC I2C controller
Add compatible string for Sophgo SG2044 SoC I2C controller which can be
used specifically for the SG2044 SoC.
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250413223507.46480-9-inochiama@gmail.com
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml index 98567dc791c3..d904191bb0c6 100644 --- a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml @@ -37,6 +37,7 @@ properties: - items: - enum: - mscc,ocelot-i2c + - sophgo,sg2044-i2c - thead,th1520-i2c - const: snps,designware-i2c |