From 49fa3ec0afa3f96e6d222b127fe683db487621b6 Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Wed, 5 Jul 2023 10:24:45 -0700 Subject: [PATCH] ARM: dts: msm: Add hwlock nodes for sun Add hwlock nodes for sun SoC. Change-Id: I2c7b7ee9e8dea0a77be56a9fd2c0a00922e3d55e Signed-off-by: Melody Olvera --- qcom/sun.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 6d587057..3c23d408 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -178,6 +178,23 @@ #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 { compatible = "qcom,sun-tlmm"; reg = <0xf000000 0x1000000>;