Skip to content

Commit 66171d3

Browse files
konradybcioandersson
authored andcommitted
dt-bindings: soc: qcom,rpmh-rsc: Require power-domains
The Linux RPMh implementation refrains from sending some RPMh votes until the system is about to enter suspend (which is indicated by all CPU cores entering a low-power state). Lack of the power-domains property will make it such that these votes are never sent. Require the power-domains property as discussed in [1]. [1] https://lore.kernel.org/linux-arm-msm/20230512150425.3171122-1-quic_bjorande@quicinc.com/ Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230531-topic-rsc-v1-1-b4a985f57b8b@linaro.org
1 parent f471f91 commit 66171d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ required:
124124
- qcom,tcs-offset
125125
- reg
126126
- reg-names
127+
- power-domains
127128

128129
additionalProperties: false
129130

@@ -179,6 +180,7 @@ examples:
179180
<SLEEP_TCS 1>,
180181
<WAKE_TCS 1>,
181182
<CONTROL_TCS 0>;
183+
power-domains = <&CLUSTER_PD>;
182184
};
183185
184186
- |

0 commit comments

Comments
 (0)