]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size
authorPetr Vorel <petr.vorel@gmail.com>
Mon, 26 Dec 2022 18:54:38 +0000 (19:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:32:36 +0000 (09:32 +0100)
commit0dd57687b85cb699bfddf9879d513b29b169ec07
treeda6cfaaa499bdb498793c67f1e48d31f62ae2c0a
parent3555fa29d9962d3276167d650b39ddf6d91bb45d
arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size

[ Upstream commit f26ebd635a30f4ffd89d6c7c1a5d923a8445271e ]

Original google firmware reports 12 MiB:
[    0.000000] cma: Found cont_splash_mem@0, memory base 0x0000000003400000, size 12 MiB, limit 0xffffffffffffffff

which is actually 12*1024*1024 = 0xc00000.

This matches the aosp source [1]:
&cont_splash_mem {
reg = <0 0x03400000 0 0xc00000>;
};

Fixes: 2cb7d1b6b521 ("arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem mapping")
Fixes: 884746f2509e ("arm64: dts: qcom: msm8992: Make the DT an overlay on top of 8994")
[1] https://android.googlesource.com/kernel/msm.git/+/android-7.0.0_r0.17/arch/arm64/boot/dts/lge/msm8992-bullhead.dtsi#141

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221226185440.440968-2-pevik@seznam.cz
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi