From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- Documentation/devicetree/bindings/mfd/rt8973.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/rt8973.txt (limited to 'Documentation/devicetree/bindings/mfd/rt8973.txt') 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>; + }; + }; + }; -- cgit v1.3.1