On 14/06/2023 19:05, Krzysztof Kozlowski wrote:
On 12/06/2023 07:39, Dmitry Baryshkov wrote:
The SAW2 device can optionally provide a voltage regulator supplying the
CPU core, cluster or L2 cache. Describe it in the device bindings.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
---
.../devicetree/bindings/soc/qcom/qcom,saw2.yaml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,saw2.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,saw2.yaml
index a016242367b9..b809a9cc0916 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,saw2.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,saw2.yaml
@@ -47,6 +47,10 @@ properties:
- description: Base address and size of the alias register region
minItems: 1
+ regulator:
+ $ref: /schemas/regulator/regulator.yaml#
There was such property in the binding (and DTS!) but a bool. Previous
patch silently dropped it, so re-introducing it with different type is
confusing.
Could you please propose a better name here? saw-regulator? Or maybe
regulator-saw? (as we might get regulator-avs at some point).
--
With best wishes
Dmitry