ARM: dts: msm: Add hwlock nodes for sun
Add hwlock nodes for sun SoC. Change-Id: I2c7b7ee9e8dea0a77be56a9fd2c0a00922e3d55e Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
This commit is contained in:
@@ -178,6 +178,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>;
|
||||||
|
Reference in New Issue
Block a user