summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd/rt8973.txt
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
committerYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
commit8e4bff4cab0ddac6060645b0715210484d02ff40 (patch)
tree3a5c3024371a04692a3a6d9974d001cdff8ebf84 /Documentation/devicetree/bindings/mfd/rt8973.txt
Initial file dump from open source releaseHEADmaster
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/rt8973.txt')
-rw-r--r--Documentation/devicetree/bindings/mfd/rt8973.txt24
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>;
+ };
+ };
+ };