Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

周琰杰 (Zhou Yanjie) and committed by
Wolfram Sang
f4b5af78 bc0757a5

+3 -1
+3 -1
Documentation/devicetree/bindings/i2c/i2c-jz4780.txt
··· 1 1 * Ingenic JZ4780 I2C Bus controller 2 2 3 3 Required properties: 4 - - compatible: should be "ingenic,jz4780-i2c" 4 + - compatible: should be one of the following: 5 + - "ingenic,jz4780-i2c" for the JZ4780 6 + - "ingenic,x1000-i2c" for the X1000 5 7 - reg: Should contain the address & size of the I2C controller registers. 6 8 - interrupts: Should specify the interrupt provided by parent. 7 9 - clocks: Should contain a single clock specifier for the JZ4780 I2C clock.