forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/Documentation/devicetree/bindings/mfd/da9062.txt
....@@ -1,8 +1,8 @@
11 * Dialog DA9062 Power Management Integrated Circuit (PMIC)
22
33 Product information for the DA9062 and DA9061 devices can be found here:
4
-- http://www.dialog-semiconductor.com/products/da9062
5
-- http://www.dialog-semiconductor.com/products/da9061
4
+- https://www.dialog-semiconductor.com/products/da9062
5
+- https://www.dialog-semiconductor.com/products/da9061
66
77 The DA9062 PMIC consists of:
88
....@@ -13,6 +13,7 @@
1313 da9062-onkey : : On Key
1414 da9062-watchdog : : Watchdog Timer
1515 da9062-thermal : : Thermal
16
+da9062-gpio : : GPIOs
1617
1718 The DA9061 PMIC consists of:
1819
....@@ -37,6 +38,15 @@
3738
3839 See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
3940 further information on IRQ bindings.
41
+
42
+Optional properties:
43
+
44
+- gpio-controller : Marks the device as a gpio controller.
45
+- #gpio-cells : Should be two. The first cell is the pin number and the
46
+ second cell is used to specify the gpio polarity.
47
+
48
+See Documentation/devicetree/bindings/gpio/gpio.txt for further information on
49
+GPIO bindings.
4050
4151 Sub-nodes:
4252
....@@ -65,6 +75,9 @@
6575 The component follows the standard regulator framework and the bindings
6676 details of individual regulator device can be found in:
6777 Documentation/devicetree/bindings/regulator/regulator.txt
78
+
79
+ regulator-initial-mode may be specified for buck regulators using mode values
80
+ from include/dt-bindings/regulator/dlg,da9063-regulator.h.
6881
6982 - rtc : This node defines settings required for the Real-Time Clock associated
7083 with the DA9062. There are currently no entries in this binding, however
....@@ -96,6 +109,7 @@
96109 regulator-max-microvolt = <1570000>;
97110 regulator-min-microamp = <500000>;
98111 regulator-max-microamp = <2000000>;
112
+ regulator-initial-mode = <DA9063_BUCK_MODE_SYNC>;
99113 regulator-boot-on;
100114 };
101115 DA9062_LDO1: ldo1 {