Commit 144560b0 authored by Maulik Shah's avatar Maulik Shah Committed by Bjorn Andersson

dt-bindings: soc: qcom: Update devicetree binding document for rpmh-rsc

The change documents power-domains property for RSC device.
This optional property points to corresponding PM domain node.
Signed-off-by: default avatarMaulik Shah <quic_mkshah@quicinc.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # SM8450
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221018152837.619426-2-ulf.hansson@linaro.org
parent fe7e7def
...@@ -99,6 +99,9 @@ properties: ...@@ -99,6 +99,9 @@ properties:
- const: drv-2 - const: drv-2
- const: drv-3 - const: drv-3
power-domains:
maxItems: 1
bcm-voter: bcm-voter:
$ref: /schemas/interconnect/qcom,bcm-voter.yaml# $ref: /schemas/interconnect/qcom,bcm-voter.yaml#
...@@ -151,6 +154,7 @@ examples: ...@@ -151,6 +154,7 @@ examples:
<SLEEP_TCS 3>, <SLEEP_TCS 3>,
<WAKE_TCS 3>, <WAKE_TCS 3>,
<CONTROL_TCS 1>; <CONTROL_TCS 1>;
power-domains = <&CLUSTER_PD>;
}; };
- | - |
...@@ -197,6 +201,7 @@ examples: ...@@ -197,6 +201,7 @@ examples:
<SLEEP_TCS 3>, <SLEEP_TCS 3>,
<WAKE_TCS 3>, <WAKE_TCS 3>,
<CONTROL_TCS 0>; <CONTROL_TCS 0>;
power-domains = <&CLUSTER_PD>;
clock-controller { clock-controller {
compatible = "qcom,sm8350-rpmh-clk"; compatible = "qcom,sm8350-rpmh-clk";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment