diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2019-03-22 00:04:21 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-03-27 14:20:20 +0100 |
commit | 0a96f9ffbfe9446b5c4c67461085236d578248e5 (patch) | |
tree | 4d52a19671cd492d7411559b1492d8c27040b8b9 /Documentation/devicetree/bindings/i2c/i2c-stu300.txt | |
parent | 94c87527f4e1ebf85936f707ec84ff458f3bbb00 (diff) |
i2c: stu300: make bindings file name match the driver
If we use the "i2c-" prefix for the binding documentation file name,
then it should match the file name of the driver, if possible. It is
possible for this driver, so rename it.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-stu300.txt')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-stu300.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-stu300.txt b/Documentation/devicetree/bindings/i2c/i2c-stu300.txt new file mode 100644 index 000000000000..bd81a482634f --- /dev/null +++ b/Documentation/devicetree/bindings/i2c/i2c-stu300.txt @@ -0,0 +1,15 @@ +ST Microelectronics DDC I2C + +Required properties : +- compatible : Must be "st,ddci2c" +- reg: physical base address of the controller and length of memory mapped + region. +- interrupts: interrupt number to the cpu. +- #address-cells = <1>; +- #size-cells = <0>; + +Optional properties: +- Child nodes conforming to i2c bus binding + +Examples : + |