diff options
author | Matti Vaittinen | 2020-10-05 11:18:19 +0300 |
---|---|---|
committer | Mark Brown | 2020-10-05 16:18:39 +0100 |
commit | f2deb05688c25ac124a7e33bc15b1ab13d7fb1a7 (patch) | |
tree | 26ddf4dc8d9acb5d4864140f7862a020f73b710a /Documentation/devicetree/bindings/regulator | |
parent | 357dd65a9aa8ee0c77c94dc4601075a33f33e528 (diff) |
regulator: bd9576: fix regulator binfdings dt node names
Add regulator- prefix to allowed regulator node names. Prefix is expected
by the driver and the actual binding yaml description.
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Link: https://lore.kernel.org/r/3d92de2085f0c074929861a2f791bf4070920e83.1601885841.git.matti.vaittinen@fi.rohmeurope.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml b/Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml index 6df077b0db86..b6515a0cee62 100644 --- a/Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml @@ -17,7 +17,8 @@ description: | on the device tree. The valid names for BD9576 regulator nodes are - vd50, vd18, vdddr, vd10, voutl1, vouts1 + regulator-vd50, regulator-vd18, regulator-vdddr, regulator-vd10, + regulator-voutl1, regulator-vouts1 patternProperties: "regulator-.+": |