arm64: dts: qcom: msm8994: Fix the cont_splash_mem address
[ Upstream commit 049c46f31a ]
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fccd667c9c
commit
8337956649
@@ -183,8 +183,8 @@
|
||||
no-map;
|
||||
};
|
||||
|
||||
cont_splash_mem: memory@3800000 {
|
||||
reg = <0 0x03800000 0 0x2400000>;
|
||||
cont_splash_mem: memory@3401000 {
|
||||
reg = <0 0x03401000 0 0x2200000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user