mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: qcom: msm8994-angler: Fix cont_splash_mem mapping
Angler's cont_splash_mem mapping is shorter in downstream [1], therefore380cd3a34b
was wrong. Obviously also0e5ded926f
was wrong (workaround which fixed booting at the time). This fixes error: [ 0.000000] memory@3401000 (0x0000000003401000--0x0000000005601000) overlaps with tzapp@4800000 (0x0000000004800000--0x0000000006100000) [1] https://android.googlesource.com/kernel/msm/+/refs/heads/android-msm-angler-3.10-marshmallow-mr1/arch/arm64/boot/dts/huawei/huawei_msm8994_angler_row_vn1/huawei-fingerprint.dtsi#16 Fixes:380cd3a34b
("arm64: dts: msm8994-angler: fix the memory map") Fixes:0e5ded926f
("arm64: dts: qcom: msm8994-angler: Disable cont_splash_mem") Signed-off-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230131200414.24373-2-pvorel@suse.cz
This commit is contained in:
parent
cb5d1dd3a7
commit
fe88480a6b
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Huawei Inc. All rights reserved.
|
* Copyright (c) 2015, Huawei Inc. All rights reserved.
|
||||||
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
||||||
* Copyright (c) 2021-2022, Petr Vorel <petr.vorel@gmail.com>
|
* Copyright (c) 2021-2023, Petr Vorel <petr.vorel@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
@ -31,6 +31,11 @@
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
|
cont_splash_mem: memory@3401000 {
|
||||||
|
reg = <0 0x03401000 0 0x1000000>;
|
||||||
|
no-map;
|
||||||
|
};
|
||||||
|
|
||||||
tzapp_mem: tzapp@4800000 {
|
tzapp_mem: tzapp@4800000 {
|
||||||
reg = <0 0x04800000 0 0x1900000>;
|
reg = <0 0x04800000 0 0x1900000>;
|
||||||
no-map;
|
no-map;
|
||||||
|
|
Loading…
Add table
Reference in a new issue