diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2017-04-20 22:53:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-04-21 11:18:04 -0400 |
commit | 0e69c2eceb7c71327086c6f48db42a0ba2378cbb (patch) | |
tree | f479a6acdccebdce73855acc39b9224aa8bb4a8e | |
parent | 4af5924c02818ca170bb6902dbb883687b969aeb (diff) |
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>
-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 | |||
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: Must be "fsl,anatop-regulator" | 4 | - compatible: Must be "fsl,anatop-regulator" |
5 | - regulator-name: A string used as a descriptive name for regulator outputs | ||
5 | - anatop-reg-offset: Anatop MFD register offset | 6 | - anatop-reg-offset: Anatop MFD register offset |
6 | - anatop-vol-bit-shift: Bit shift for the register | 7 | - anatop-vol-bit-shift: Bit shift for the register |
7 | - anatop-vol-bit-width: Number of bits used in the register | 8 | - anatop-vol-bit-width: Number of bits used in the register |