diff options
author | 2024-06-18 09:42:38 +0200 | |
---|---|---|
committer | 2024-07-09 23:35:30 +0200 | |
commit | 00fa2450c11138c1c3171224cd2727a3a6240bae (patch) | |
tree | 0cae59e3cf2d83e8964346ae4c38bbe8dd866e17 | |
parent | i2c: mt7621: Add Airoha EN7581 i2c support (diff) | |
download | wireguard-linux-00fa2450c11138c1c3171224cd2727a3a6240bae.tar.xz wireguard-linux-00fa2450c11138c1c3171224cd2727a3a6240bae.zip |
dt-bindings: i2c: dw: Document compatible thead,th1520-i2c
Add documentation for compatible string thead,th1520-i2c which can be
used specifically for the TH1520 SoC.
Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml index d9293c57f573..60035a787e5c 100644 --- a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml @@ -33,6 +33,10 @@ properties: - const: snps,designware-i2c - description: Baikal-T1 SoC System I2C controller const: baikal,bt1-sys-i2c + - description: T-HEAD TH1520 SoCs I2C controller + items: + - const: thead,th1520-i2c + - const: snps,designware-i2c reg: minItems: 1 |