[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250528174426.3318110-2-dtokazaki@google.com>
Date: Wed, 28 May 2025 17:44:24 +0000
From: Daniel Okazaki <dtokazaki@...gle.com>
To: Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
Zev Weiss <zev@...ilderbeest.net>
Cc: Daniel Okazaki <dtokazaki@...gle.com>, kernel-team@...roid.com,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: [PATCH v1 1/2] regulator: Add regulator-output is_shared property
The existence of this flag removes the exclusive requirement
for the supply.
Signed-off-by: Daniel Okazaki <dtokazaki@...gle.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
Powered by blists - more mailing lists