Commit 0c680ffb authored by Jonathan Bakker's avatar Jonathan Bakker Committed by Mark Brown

regulator/mfd: max8998: Document charger regulator

max8998 has a current regulator for control of its charging
current.  Document it.
Signed-off-by: default avatarJonathan Bakker <xc-racer2@live.ca>
Link: https://lore.kernel.org/r/BN6PR04MB06600D05B27BAE69970E3C30A3BA0@BN6PR04MB0660.namprd04.prod.outlook.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4ffea5e0
...@@ -73,6 +73,8 @@ number as described in MAX8998 datasheet. ...@@ -73,6 +73,8 @@ number as described in MAX8998 datasheet.
- ESAFEOUT1: (ldo19) - ESAFEOUT1: (ldo19)
- ESAFEOUT2: (ld020) - ESAFEOUT2: (ld020)
- CHARGER: main battery charger current control
Standard regulator bindings are used inside regulator subnodes. Check Standard regulator bindings are used inside regulator subnodes. Check
Documentation/devicetree/bindings/regulator/regulator.txt Documentation/devicetree/bindings/regulator/regulator.txt
for more details. for more details.
...@@ -113,5 +115,11 @@ Example: ...@@ -113,5 +115,11 @@ Example:
regulator-always-on; regulator-always-on;
regulator-boot-on; regulator-boot-on;
}; };
charger_reg: CHARGER {
regulator-name = "CHARGER";
regulator-min-microamp = <90000>;
regulator-max-microamp = <800000>;
};
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment