All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] dt-bindings: power: supply: bq24190: use regulator schema for child node
@ 2022-06-01  7:19 Krzysztof Kozlowski
  2022-06-01  7:19 ` [PATCH 2/4] dt-bindings: power: supply: qcom,pm8941: " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-01  7:19 UTC (permalink / raw)
  To: Sebastian Reichel, Rob Herring, Krzysztof Kozlowski,
	David Heidelberg, Dmitry Osipenko, linux-pm, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski

The 'usb-otg-vbus' child node is a regulator so reference the regulator
schema for proper evaluation.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/power/supply/bq24190.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/power/supply/bq24190.yaml b/Documentation/devicetree/bindings/power/supply/bq24190.yaml
index 0d7cbbdf808b..402d9d2ed2b9 100644
--- a/Documentation/devicetree/bindings/power/supply/bq24190.yaml
+++ b/Documentation/devicetree/bindings/power/supply/bq24190.yaml
@@ -28,7 +28,7 @@ properties:
     maxItems: 1
 
   usb-otg-vbus:
-    type: object
+    $ref: /schemas/regulator/regulator.yaml#
     description: |
       Regulator that is used to control the VBUS voltage direction for
       either USB host mode or for charging on the OTG port
-- 
2.34.1


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

end of thread, other threads:[~2022-06-09 19:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01  7:19 [PATCH 1/4] dt-bindings: power: supply: bq24190: use regulator schema for child node Krzysztof Kozlowski
2022-06-01  7:19 ` [PATCH 2/4] dt-bindings: power: supply: qcom,pm8941: " Krzysztof Kozlowski
2022-06-05 21:48   ` Rob Herring
2022-06-01  7:19 ` [PATCH 3/4] dt-bindings: power: supply: qcom,pm8941: document usb-charge-current-limit Krzysztof Kozlowski
2022-06-05 22:26   ` Rob Herring
2022-06-01  7:19 ` [PATCH 4/4] dt-bindings: power: supply: summit,smb347: use absolute path to schema Krzysztof Kozlowski
2022-06-02 15:47   ` David Heidelberg
2022-06-05 22:26   ` Rob Herring
2022-06-05 21:48 ` [PATCH 1/4] dt-bindings: power: supply: bq24190: use regulator schema for child node Rob Herring
2022-06-09 19:29 ` Sebastian Reichel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.