diff options
author | Melody Olvera <quic_molvera@quicinc.com> | 2023-01-12 23:36:53 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-02-06 23:10:17 +0300 |
commit | 22b0e764c1b41ee75d7ee76287746a65727aa78a (patch) | |
tree | 14a2d1292d70fe869f4ff5c677e5f6709d5d771f /Documentation/devicetree/bindings/soc/qcom | |
parent | 9049453a56300b04164c78a8ae3fbd5c225483bc (diff) | |
download | linux-22b0e764c1b41ee75d7ee76287746a65727aa78a.tar.xz |
dt-bindings: soc: qcom,rpmh-rsc: Update to allow for generic nodes
Update the bindings to allow for generic regulator nodes instead of
device-specific node names.
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230112203653.23139-1-quic_molvera@quicinc.com
Diffstat (limited to 'Documentation/devicetree/bindings/soc/qcom')
-rw-r--r-- | Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml index b246500d3d5d..a4046ba60846 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml @@ -112,8 +112,9 @@ properties: $ref: /schemas/power/qcom,rpmpd.yaml# patternProperties: - '-regulators$': + '^regulators(-[0-9])?$': $ref: /schemas/regulator/qcom,rpmh-regulator.yaml# + unevaluatedProperties: false required: - compatible |