arm64: dts: qcom: msm8916: Drop qcom,tcsr-mutex syscon
authorStephan Gerhold <stephan@gerhold.net>
Tue, 15 Sep 2020 07:12:13 +0000 (09:12 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 15 Sep 2020 15:35:00 +0000 (15:35 +0000)
The hwlock device node does not (directly) use memory resources
of the SoC, so we should move it outside the "soc" node.

However, as of commit 7a1e6fb1c606 ("hwspinlock: qcom: Allow mmio usage
in addition to syscon") we can now assign the memory region directly
to the hwlock device node. This works because the register space
used by it is actually separate and not used by any other components.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20200915071221.72895-7-stephan@gerhold.net
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 003451ccf3ee88c7913f868d8467e56d26cdcde0..10e177988555b089e22cc51598d1534630bd8ecc 100644 (file)
                        reg = <0x1800000 0x80000>;
                };
 
-               tcsr_mutex_regs: syscon@1905000 {
-                       compatible = "syscon";
+               tcsr_mutex: hwlock@1905000 {
+                       compatible = "qcom,tcsr-mutex";
                        reg = <0x1905000 0x20000>;
+                       #hwlock-cells = <1>;
                };
 
                tcsr: syscon@1937000 {
                        reg = <0x1937000 0x30000>;
                };
 
-               tcsr_mutex: hwlock {
-                       compatible = "qcom,tcsr-mutex";
-                       syscon = <&tcsr_mutex_regs 0 0x1000>;
-                       #hwlock-cells = <1>;
-               };
-
                rpm_msg_ram: memory@60000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0x60000 0x8000>;