arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc

Correct the TCS config by updating the number of TCSes for each type.

Cc: devicetree@vger.kernel.org
Fixes: d8cf9372b6 ("arm64: dts: qcom: sm8150: Add apps shared nodes")
Signed-off-by: Maulik Shah <quic_mkshah@quicinc.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/1641749107-31979-2-git-send-email-quic_mkshah@quicinc.com
This commit is contained in:
Maulik Shah 2022-01-09 22:54:58 +05:30 committed by Bjorn Andersson
parent e4a4fdcf70
commit 17ac8af678

View file

@ -3676,9 +3676,9 @@ apps_rsc: rsc@18200000 {
qcom,tcs-offset = <0xd00>; qcom,tcs-offset = <0xd00>;
qcom,drv-id = <2>; qcom,drv-id = <2>;
qcom,tcs-config = <ACTIVE_TCS 2>, qcom,tcs-config = <ACTIVE_TCS 2>,
<SLEEP_TCS 1>, <SLEEP_TCS 3>,
<WAKE_TCS 1>, <WAKE_TCS 3>,
<CONTROL_TCS 0>; <CONTROL_TCS 1>;
rpmhcc: clock-controller { rpmhcc: clock-controller {
compatible = "qcom,sm8150-rpmh-clk"; compatible = "qcom,sm8150-rpmh-clk";