forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/Documentation/devicetree/bindings/mfd/rn5t618.txt
....@@ -14,6 +14,12 @@
1414 "ricoh,rc5t619"
1515 - reg: the I2C slave address of the device
1616
17
+Optional properties:
18
+ - interrupts: interrupt mapping for IRQ
19
+ See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
20
+ - system-power-controller:
21
+ See Documentation/devicetree/bindings/power/power-controller.txt
22
+
1723 Sub-nodes:
1824 - regulators: the node is required if the regulator functionality is
1925 needed. The valid regulator names are: DCDC1, DCDC2, DCDC3, DCDC4
....@@ -28,6 +34,9 @@
2834 pmic@32 {
2935 compatible = "ricoh,rn5t618";
3036 reg = <0x32>;
37
+ interrupt-parent = <&gpio5>;
38
+ interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
39
+ system-power-controller;
3140
3241 regulators {
3342 DCDC1 {