]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: msm8994: Fix the cont_splash_mem address
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Sat, 19 Mar 2022 17:46:38 +0000 (18:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:29:48 +0000 (10:29 +0200)
[ Upstream commit 049c46f31a726bf8d202ff1681661513447fac84 ]

The default memory map places cont_splash_mem at 3401000, which was
overlooked.. Fix it!

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220319174645.340379-9-konrad.dybcio@somainline.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/msm8994.dtsi

index 8c1dc5155b7138097f551b96c315863d36e04962..c65618b95ce07169ba35859311d94b71c8365a84 100644 (file)
                        no-map;
                };
 
-               cont_splash_mem: memory@3800000 {
-                       reg = <0 0x03800000 0 0x2400000>;
+               cont_splash_mem: memory@3401000 {
+                       reg = <0 0x03401000 0 0x2200000>;
                        no-map;
                };