aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2022-08-19 11:32:08 +0300
committerBjorn Andersson <[email protected]>2022-08-29 16:27:28 -0500
commit86d7c9460e2c0095bec80892b247f8c9f77bec82 (patch)
tree62fd6da55519b063c21d582a404baaa28a5c5e73
parenta4c82270f0f441977d8d54505fb269c1ee762234 (diff)
arm64: dts: qcom: sm8150: split TCSR halt regs out of mutex
The TCSR halt regs are next to TCSR mutex (in one address block called TCSR_MUTEX), so before converting the TCSR mutex into device with address space, we need to split the halt regs to its own syscon device. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Konrad Dybcio <[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/sm8150.dtsi7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index 7d509ecd44da..6df2e6828282 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -2056,7 +2056,12 @@
tcsr_mutex_regs: syscon@1f40000 {
compatible = "syscon";
- reg = <0x0 0x01f40000 0x0 0x40000>;
+ reg = <0x0 0x01f40000 0x0 0x20000>;
+ };
+
+ tcsr_regs_1: sycon@1f60000 {
+ compatible = "qcom,sm8150-tcsr", "syscon";
+ reg = <0x0 0x01f60000 0x0 0x20000>;
};
remoteproc_slpi: remoteproc@2400000 {