arm64: dts: qcom: msm8996: Enlarge tcsr_mutex_regs size

Set the tcsr_mutex_regs size to 0x40000 to allow for accessing
all required registers that will be needed to support modem.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210228130831.203765-3-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Konrad Dybcio
2021-02-28 14:08:21 +01:00
committed by Bjorn Andersson
parent ff5e2b87a1
commit 76f4d70f61

View File

@@ -473,7 +473,7 @@ tsens1: thermal-sensor@4ad000 {
tcsr_mutex_regs: syscon@740000 {
compatible = "syscon";
reg = <0x00740000 0x20000>;
reg = <0x00740000 0x40000>;
};
tcsr: syscon@7a0000 {