diff options
| author | Maulik Shah <[email protected]> | 2022-01-09 22:55:00 +0530 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2022-01-31 18:30:50 -0600 |
| commit | a131255e4ad1ef8d4873ecba21561ba272b2547a (patch) | |
| tree | beeb6f686a8a537f69f1306a1c162ff1bd5ca4d4 | |
| parent | 32bc936d732171d48c9c8f96c4fa25ac3ed7e1c7 (diff) | |
arm64: dts: qcom: sm8350: Correct TCS configuration for apps rsc
Correct the TCS config by updating the number of TCSes for each type.
Cc: [email protected]
Fixes: b7e8f433a673 ("arm64: dts: qcom: Add basic devicetree support for SM8350 SoC")
Signed-off-by: Maulik Shah <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index abd15999773c..8166b5f5bb9e 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -1802,7 +1802,7 @@ qcom,tcs-offset = <0xd00>; qcom,drv-id = <2>; qcom,tcs-config = <ACTIVE_TCS 2>, <SLEEP_TCS 3>, - <WAKE_TCS 3>, <CONTROL_TCS 1>; + <WAKE_TCS 3>, <CONTROL_TCS 0>; rpmhcc: clock-controller { compatible = "qcom,sm8350-rpmh-clk"; |