Skip to content

Commit f2deb05

Browse files
M-Vaittinenbroonie
authored andcommitted
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>
1 parent 357dd65 commit f2deb05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ description: |
1717
on the device tree.
1818
1919
The valid names for BD9576 regulator nodes are
20-
vd50, vd18, vdddr, vd10, voutl1, vouts1
20+
regulator-vd50, regulator-vd18, regulator-vdddr, regulator-vd10,
21+
regulator-voutl1, regulator-vouts1
2122
2223
patternProperties:
2324
"regulator-.+":

0 commit comments

Comments
 (0)