From: Jeffrey Hugo Date: Thu, 7 Nov 2019 04:59:48 +0000 (-0800) Subject: arm64: dts: qcom: msm8998: Fix tcsr syscon size X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~2836^2~20^2~73 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=05caa5bf9cab9983dd7a50428c46b7e617ba20d6;p=linux.git arm64: dts: qcom: msm8998: Fix tcsr syscon size The tcsr syscon region is really 0x40000 in size. We need access to the full region so that we can access the axi resets when managing the modem subsystem. Fixes: c7833949564e ("arm64: dts: qcom: msm8998: Add smem related nodes") Signed-off-by: Jeffrey Hugo Link: https://lore.kernel.org/r/20191107045948.4341-1-jeffrey.l.hugo@gmail.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi index e624f0323d23..2d0ef426c2dd 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -1011,7 +1011,7 @@ tcsr_mutex_regs: syscon@1f40000 { compatible = "syscon"; - reg = <0x01f40000 0x20000>; + reg = <0x01f40000 0x40000>; }; tlmm: pinctrl@3400000 {