projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ffea5e
)
regulator/mfd: max8998: Document charger regulator
author
Jonathan Bakker
<xc-racer2@live.ca>
Sat, 16 May 2020 19:47:58 +0000
(12:47 -0700)
committer
Mark Brown
<broonie@kernel.org>
Fri, 22 May 2020 12:11:06 +0000
(13:11 +0100)
max8998 has a current regulator for control of its charging
current. Document it.
Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Link:
https://lore.kernel.org/r/BN6PR04MB06600D05B27BAE69970E3C30A3BA0@BN6PR04MB0660.namprd04.prod.outlook.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/mfd/max8998.txt
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/mfd/max8998.txt
b/Documentation/devicetree/bindings/mfd/max8998.txt
index 5f2f07c09c9018c9fb65e80239e0e2a95bdbf418..4ed52184d081433774715f2f38efa2c759438a3b 100644
(file)
--- a/
Documentation/devicetree/bindings/mfd/max8998.txt
+++ b/
Documentation/devicetree/bindings/mfd/max8998.txt
@@
-73,6
+73,8
@@
number as described in MAX8998 datasheet.
- ESAFEOUT1: (ldo19)
- ESAFEOUT2: (ld020)
+ - CHARGER: main battery charger current control
+
Standard regulator bindings are used inside regulator subnodes. Check
Documentation/devicetree/bindings/regulator/regulator.txt
for more details.
@@
-113,5
+115,11
@@
Example:
regulator-always-on;
regulator-boot-on;
};
+
+ charger_reg: CHARGER {
+ regulator-name = "CHARGER";
+ regulator-min-microamp = <90000>;
+ regulator-max-microamp = <800000>;
+ };
};
};