diff options
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/rt8973.txt')
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/rt8973.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/rt8973.txt b/Documentation/devicetree/bindings/mfd/rt8973.txt new file mode 100644 index 00000000..71957c60 --- /dev/null +++ b/Documentation/devicetree/bindings/mfd/rt8973.txt @@ -0,0 +1,24 @@ +Richtek RT8973 MUIC + +Required properties: + + - compatible : should be "richtek,rt8973" + - reg : i2c slave address of the device + - interrupt-parent : parent of interrupt + - interrupts : interrupt to indicate accessories attach or detach + - rt8973,irq-gpio : irq gpio + + + +Example: + &soc { + + i2c_0: i2c@f9967000 { + rt8973@14 { + compatible = "richtek,rt8973"; + reg = <0x14>; + interrupt-parent = <&msmgpio>; + rt8973,irq-gpio = <&msmgpio 73 0>; + }; + }; + }; |
