Message ID | 20210622185023.14597-1-petr.vorel@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v3,1/1] arm64: dts: qcom: msm8994-angler: Disable cont_splash_mem | expand |
I'm terribly sorry for not asking for this before, but could you please add a comment above the /delete-node/ explaining the weird firmware situation? It hasn't happened before to any board to my knowledge.. Sorry once again! Konrad
Hi Konrad, > I'm terribly sorry for not asking for this before, but could you please add a comment above > the /delete-node/ explaining the weird firmware situation? It hasn't happened before to any > board to my knowledge.. I thought explaining in the commit message would be enough, but sure comment does not harm => I'll send v4. > Sorry once again! np. Thanks for all your comments. > Konrad Kind regards, Petr
On 22.06.2021 20:58, Petr Vorel wrote: > Hi Konrad, > >> I'm terribly sorry for not asking for this before, but could you please add a comment above >> the /delete-node/ explaining the weird firmware situation? It hasn't happened before to any >> board to my knowledge.. > I thought explaining in the commit message would be enough, but sure comment > does not harm => I'll send v4. Maybe I'm just too young, but I rarely ever read those and I am pretty sure I'm not alone in this manner, heh Konrad
diff --git a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts index ffe1a9bd8f70..2c1881a22fee 100644 --- a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts +++ b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts @@ -1,12 +1,15 @@ // SPDX-License-Identifier: GPL-2.0-only /* Copyright (c) 2015, Huawei Inc. All rights reserved. * Copyright (c) 2016, The Linux Foundation. All rights reserved. + * Copyright (c) 2021, Petr Vorel <petr.vorel@gmail.com> */ /dts-v1/; #include "msm8994.dtsi" +/delete-node/ &cont_splash_mem; + / { model = "Huawei Nexus 6P"; compatible = "huawei,angler", "qcom,msm8994";
As the default definition breaks booting angler: [ 1.862561] printk: console [ttyMSM0] enabled [ 1.872260] msm_serial: driver initialized D - 15524 - pm_driver_init, Delta cont_splash_mem was introduced in 74d6d0a145835, but the problem manifested after 86588296acbf ("fdt: Properly handle "no-map" field in the memory region"). Disabling it because downstream kernel does not report where the memory is allocated: [ 0.000000] cma: Found cont_splash_mem@0, memory base 0x0000000000000000, size 16 MiB, limit 0x0000000000000000 [ 0.000000] cma: CMA: reserved 16 MiB at 0x0000000000000000 for cont_splash_mem Fixes: 74d6d0a145835 ("arm64: dts: qcom: msm8994/8994-kitakami: Fix up the memory map") Suggested-by: Konrad Dybcio <konradybcio@gmail.com> Signed-off-by: Petr Vorel <petr.vorel@gmail.com> --- Changes v2->v3: * get back to v1 which just disabled the node * use alias instead of memory@3800000 arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts | 3 +++ 1 file changed, 3 insertions(+)