On Mon, Apr 11, 2022 at 12:25:42PM +0530, Rohit Agarwal wrote: > Add TCSR Mutex node to support Qualcomm Hardware Mutex block > on SDX65 platform. > > Signed-off-by: Rohit Agarwal <quic_rohiagar@xxxxxxxxxxx> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> Thanks, Mani > --- > arch/arm/boot/dts/qcom-sdx65.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom-sdx65.dtsi > index 2481769..5c28c94 100644 > --- a/arch/arm/boot/dts/qcom-sdx65.dtsi > +++ b/arch/arm/boot/dts/qcom-sdx65.dtsi > @@ -168,6 +168,12 @@ > #interrupt-cells = <2>; > }; > > + tcsr_mutex: hwlock@1f40000 { > + compatible = "qcom,tcsr-mutex"; > + reg = <0x01f40000 0x40000>; > + #hwlock-cells = <1>; > + }; > + > sdhc_1: sdhci@8804000 { > compatible = "qcom,sdx65-sdhci", "qcom,sdhci-msm-v5"; > reg = <0x08804000 0x1000>; > -- > 2.7.4 >