linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt_bindings: bd9576: fix regulator binfdings dt node names
@ 2020-10-05  8:18 Matti Vaittinen
  2020-10-05  8:19 ` [PATCH 2/2] regulator: bd9576: Fix print Matti Vaittinen
  2020-10-05 17:54 ` [PATCH 1/2] dt_bindings: bd9576: fix regulator binfdings dt node names Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Matti Vaittinen @ 2020-10-05  8:18 UTC (permalink / raw)
  To: matti.vaittinen, mazziesaccount
  Cc: Liam Girdwood, Mark Brown, Matti Vaittinen, linux-kernel, linux-power

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>
---
 .../devicetree/bindings/regulator/rohm,bd9576-regulator.yaml   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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-.+":

base-commit: 3015c5d019879e2ef82d002506ee5d9f182f0105
-- 
2.21.0


-- 
Matti Vaittinen, Linux device drivers
ROHM Semiconductors, Finland SWDC
Kiviharjunlenkki 1E
90220 OULU
FINLAND

~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~
Simon says - in Latin please.
~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~
Thanks to Simon Glass for the translation =] 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-05 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05  8:18 [PATCH 1/2] dt_bindings: bd9576: fix regulator binfdings dt node names Matti Vaittinen
2020-10-05  8:19 ` [PATCH 2/2] regulator: bd9576: Fix print Matti Vaittinen
2020-10-05 17:54 ` [PATCH 1/2] dt_bindings: bd9576: fix regulator binfdings dt node names Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).