lkml.org 
[lkml]   [2022]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.18 07/49] arm64: dts: qcom: msm8994: Fix the cont_splash_mem address
    Date
    From: Konrad Dybcio <konrad.dybcio@somainline.org>

    [ 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 | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi
    index 8c1dc5155b71..c65618b95ce0 100644
    --- a/arch/arm64/boot/dts/qcom/msm8994.dtsi
    +++ b/arch/arm64/boot/dts/qcom/msm8994.dtsi
    @@ -183,8 +183,8 @@ dfps_data_mem: dfps_data_mem@3400000 {
    no-map;
    };

    - cont_splash_mem: memory@3800000 {
    - reg = <0 0x03800000 0 0x2400000>;
    + cont_splash_mem: memory@3401000 {
    + reg = <0 0x03401000 0 0x2200000>;
    no-map;
    };

    --
    2.35.1
    \
     
     \ /
      Last update: 2022-06-01 15:53    [W:3.047 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site