diff options
author | 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> | 2019-12-17 16:14:09 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-01-06 15:45:02 +0100 |
commit | f4b5af78cb7e87983898b4de5a7e4c2b68ac653b (patch) | |
tree | 2b4895ea4fa7b3a6f57efe3a5454d856ea66293e /Documentation/devicetree/bindings/i2c/i2c-jz4780.txt | |
parent | bc0757a51c5a3ef4e76ba6d22310a6e49bc4d0e0 (diff) | |
download | linux-stable-f4b5af78cb7e87983898b4de5a7e4c2b68ac653b.tar.gz linux-stable-f4b5af78cb7e87983898b4de5a7e4c2b68ac653b.tar.bz2 linux-stable-f4b5af78cb7e87983898b4de5a7e4c2b68ac653b.zip |
dt-bindings: I2C: Add X1000 bindings.
Add the I2C bindings for the X1000 Soc from Ingenic.
Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-jz4780.txt')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-jz4780.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-jz4780.txt b/Documentation/devicetree/bindings/i2c/i2c-jz4780.txt index 3738cfbf863f..d229eff5ca1b 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-jz4780.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-jz4780.txt @@ -1,7 +1,9 @@ * Ingenic JZ4780 I2C Bus controller Required properties: -- compatible: should be "ingenic,jz4780-i2c" +- compatible: should be one of the following: + - "ingenic,jz4780-i2c" for the JZ4780 + - "ingenic,x1000-i2c" for the X1000 - reg: Should contain the address & size of the I2C controller registers. - interrupts: Should specify the interrupt provided by parent. - clocks: Should contain a single clock specifier for the JZ4780 I2C clock. |