We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffea5e commit 0c680ffCopy full SHA for 0c680ff
Documentation/devicetree/bindings/mfd/max8998.txt
@@ -73,6 +73,8 @@ number as described in MAX8998 datasheet.
73
- ESAFEOUT1: (ldo19)
74
- ESAFEOUT2: (ld020)
75
76
+ - CHARGER: main battery charger current control
77
+
78
Standard regulator bindings are used inside regulator subnodes. Check
79
Documentation/devicetree/bindings/regulator/regulator.txt
80
for more details.
@@ -113,5 +115,11 @@ Example:
113
115
regulator-always-on;
114
116
regulator-boot-on;
117
};
118
119
+ charger_reg: CHARGER {
120
+ regulator-name = "CHARGER";
121
+ regulator-min-microamp = <90000>;
122
+ regulator-max-microamp = <800000>;
123
+ };
124
125
0 commit comments