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