mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04:00
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:
committed by
Bjorn Andersson
parent
ff5e2b87a1
commit
76f4d70f61
@@ -473,7 +473,7 @@ tsens1: thermal-sensor@4ad000 {
|
||||
|
||||
tcsr_mutex_regs: syscon@740000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x00740000 0x20000>;
|
||||
reg = <0x00740000 0x40000>;
|
||||
};
|
||||
|
||||
tcsr: syscon@7a0000 {
|
||||
|
||||
Reference in New Issue
Block a user