summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/regulator/max77802.txt
Commit message (Collapse)AuthorAgeFilesLines
* regulator: max77802: Separate sections for nodes and propertiesJavier Martinez Canillas2015-10-061-0/+2
| | | | | | | | | The optional "regulators" is a node and not a property so it should not be in the "Optional properties" section but in an "Optional nodes" one. Suggested-by: Rob Herring <robh@kernel.org> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: max77802: Add input supply properties to DT binding docJavier Martinez Canillas2015-10-051-1/+22
| | | | | | | | The max77802 regulator driver defines the supply name for each regulator so these can be described in DT but is not mentioned in the binding doc. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: max77802: Document binding for regulator operating modesJavier Martinez Canillas2014-11-261-0/+35
| | | | | | | | | | | | | | Some regulators from the max77802 PMIC support to be configured in one of two operating mode: Output ON (normal) and Output On Low Power Mode. Not all regulators support these two modes and for some of them, the mode can be changed while the system is running in normal operation while others only support their mode to be changed on system suspend. Extend the max77802 PMIC binding by documenting the possible operating modes values so the regulators modes can be configured correctly. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: Add DT bindings for max77802 PMIC regulatorsJavier Martinez Canillas2014-08-181-0/+53
Add Device Tree binding documentation for the regulators present in the Maxim 77802 Power Management IC. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: Mark Brown <broonie@linaro.org>