.. | .. |
---|
73 | 73 | - ESAFEOUT1: (ldo19) |
---|
74 | 74 | - ESAFEOUT2: (ld020) |
---|
75 | 75 | |
---|
| 76 | + - CHARGER: main battery charger current control |
---|
| 77 | + |
---|
76 | 78 | Standard regulator bindings are used inside regulator subnodes. Check |
---|
77 | 79 | Documentation/devicetree/bindings/regulator/regulator.txt |
---|
78 | 80 | for more details. |
---|
.. | .. |
---|
113 | 115 | regulator-always-on; |
---|
114 | 116 | regulator-boot-on; |
---|
115 | 117 | }; |
---|
| 118 | + |
---|
| 119 | + charger_reg: CHARGER { |
---|
| 120 | + regulator-name = "CHARGER"; |
---|
| 121 | + regulator-min-microamp = <90000>; |
---|
| 122 | + regulator-max-microamp = <800000>; |
---|
| 123 | + }; |
---|
116 | 124 | }; |
---|
117 | 125 | }; |
---|