Merge "ARM: dts: msm: Add hwlock nodes for sun"

This commit is contained in:
qctecmdr
2023-07-05 19:31:19 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -179,6 +179,23 @@
#mbox-cells = <2>; #mbox-cells = <2>;
}; };
tcsr_mutex_block: syscon@1f40000 {
compatible = "syscon";
reg = <0x1f40000 0x20000>;
};
tcsr: syscon@1fc0000 {
compatible = "syscon";
reg = <0x1fc0000 0x30000>;
};
tcsr_mutex: hwlock {
compatible = "qcom,tcsr-mutex";
syscon = <&tcsr_mutex_block 0 0x1000>;
#hwlock-cells = <1>;
};
tlmm: pinctrl@f000000 { tlmm: pinctrl@f000000 {
compatible = "qcom,sun-tlmm"; compatible = "qcom,sun-tlmm";
reg = <0xf000000 0x1000000>; reg = <0xf000000 0x1000000>;