Skip to content

Commit

Permalink
arm64: dts: qcom: msm8994: Fix the cont_splash_mem address
Browse files Browse the repository at this point in the history
[ Upstream commit 049c46f ]

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>
  • Loading branch information
konradybcio authored and gregkh committed Jun 9, 2022
1 parent fccd667 commit 8337956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/msm8994.dtsi
Expand Up @@ -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;
};

Expand Down

0 comments on commit 8337956

Please sign in to comment.