@@ -363,12 +363,6 @@ scm {
};
};
- tcsr_mutex: hwlock {
- compatible = "qcom,tcsr-mutex";
- syscon = <&tcsr_mutex_regs 0 0x1000>;
- #hwlock-cells = <1>;
- };
-
memory@80000000 {
device_type = "memory";
/* We expect the bootloader to fill in the reg */
@@ -838,9 +832,10 @@ pnoc: interconnect@5c0000 {
<&rpmcc RPM_SMD_PCNOC_A_CLK>;
};
- tcsr_mutex_regs: syscon@740000 {
- compatible = "syscon";
+ tcsr_mutex: hwlock@740000 {
+ compatible = "qcom,tcsr-mutex";
reg = <0x00740000 0x20000>;
+ #hwlock-cells = <1>;
};
tcsr_1: sycon@760000 {