diff options
author | Dong Aisheng | 2017-04-21 04:53:52 +0200 |
---|---|---|
committer | Mark Brown | 2017-04-21 17:18:04 +0200 |
commit | 0e69c2eceb7c71327086c6f48db42a0ba2378cbb (patch) | |
tree | f479a6acdccebdce73855acc39b9224aa8bb4a8e /Documentation/devicetree/bindings/regulator/anatop-regulator.txt | |
parent | regulator: anatop: make sure regulator name is properly defined (diff) | |
download | kernel-qcow2-linux-0e69c2eceb7c71327086c6f48db42a0ba2378cbb.tar.gz kernel-qcow2-linux-0e69c2eceb7c71327086c6f48db42a0ba2378cbb.tar.xz kernel-qcow2-linux-0e69c2eceb7c71327086c6f48db42a0ba2378cbb.zip |
regulator: anatop: make regulator name property required
We actually can't allow the missing of the regualor name, thus update
the binding doc to make regulator-name property to be required.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/anatop-regulator.txt')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/anatop-regulator.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/anatop-regulator.txt b/Documentation/devicetree/bindings/regulator/anatop-regulator.txt index 37c4ea076f88..312060658a53 100644 --- a/Documentation/devicetree/bindings/regulator/anatop-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/anatop-regulator.txt @@ -2,6 +2,7 @@ Anatop Voltage regulators Required properties: - compatible: Must be "fsl,anatop-regulator" +- regulator-name: A string used as a descriptive name for regulator outputs - anatop-reg-offset: Anatop MFD register offset - anatop-vol-bit-shift: Bit shift for the register - anatop-vol-bit-width: Number of bits used in the register |