projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a4fdc
)
arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc
author
Maulik Shah
<quic_mkshah@quicinc.com>
Sun, 9 Jan 2022 17:24:58 +0000
(22:54 +0530)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Tue, 1 Feb 2022 00:30:48 +0000
(18:30 -0600)
Correct the TCS config by updating the number of TCSes for each type.
Cc: devicetree@vger.kernel.org
Fixes:
d8cf9372b654
("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
arch/arm64/boot/dts/qcom/sm8150.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sm8150.dtsi
b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index
901c25a
..
d15fee4
100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sm8150.dtsi
@@
-3676,9
+3676,9
@@
qcom,tcs-offset = <0xd00>;
qcom,drv-id = <2>;
qcom,tcs-config = <ACTIVE_TCS 2>,
- <SLEEP_TCS
1
>,
- <WAKE_TCS
1
>,
- <CONTROL_TCS
0
>;
+ <SLEEP_TCS
3
>,
+ <WAKE_TCS
3
>,
+ <CONTROL_TCS
1
>;
rpmhcc: clock-controller {
compatible = "qcom,sm8150-rpmh-clk";