forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/Documentation/devicetree/bindings/mfd/max8998.txt
....@@ -73,6 +73,8 @@
7373 - ESAFEOUT1: (ldo19)
7474 - ESAFEOUT2: (ld020)
7575
76
+ - CHARGER: main battery charger current control
77
+
7678 Standard regulator bindings are used inside regulator subnodes. Check
7779 Documentation/devicetree/bindings/regulator/regulator.txt
7880 for more details.
....@@ -113,5 +115,11 @@
113115 regulator-always-on;
114116 regulator-boot-on;
115117 };
118
+
119
+ charger_reg: CHARGER {
120
+ regulator-name = "CHARGER";
121
+ regulator-min-microamp = <90000>;
122
+ regulator-max-microamp = <800000>;
123
+ };
116124 };
117125 };