[PATCH v1 1/2] regulator: Add regulator-output is_shared property

Daniel Okazaki posted 2 patches 8 months, 2 weeks ago
[PATCH v1 1/2] regulator: Add regulator-output is_shared property
Posted by Daniel Okazaki 8 months, 2 weeks ago
The existence of this flag removes the exclusive requirement
for the supply.

Signed-off-by: Daniel Okazaki <dtokazaki@google.com>
---
 .../devicetree/bindings/regulator/regulator-output.yaml      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/regulator/regulator-output.yaml b/Documentation/devicetree/bindings/regulator/regulator-output.yaml
index 078b37a1a71a..9bc4c68b9978 100644
--- a/Documentation/devicetree/bindings/regulator/regulator-output.yaml
+++ b/Documentation/devicetree/bindings/regulator/regulator-output.yaml
@@ -25,6 +25,11 @@ properties:
     description:
       Phandle of the regulator supplying the output.
 
+  is_shared:
+    description:
+      Indicates that the regulator is shared and should not take exclusive control.
+    type: boolean
+
 required:
   - compatible
   - vout-supply
-- 
2.49.0.1204.g71687c7c1d-goog