Messages in this thread Patch in this message |  | | From | Paul Sajna <> | | Date | Wed, 03 Dec 2025 01:41:01 -0800 | | Subject | [PATCH v5 12/12] arm64: dts: qcom: sdm845-lg-common: remove framebuffer reserved-mem |
| |
It causes this warning
[ 0.000000] OF: reserved mem: OVERLAP DETECTED! framebuffer@9d400000 (0x000000009d400000--0x000000009f800000) overlaps with memory@9d400000 (0x000000009d400000--0x000000009f800000)
Signed-off-by: Paul Sajna <sajattack@postmarketos.org> --- arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi index bfa0ecec82fd..5946d1e60b6e 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi @@ -98,12 +98,6 @@ spss_mem: memory@99000000 { no-map; }; - /* Framebuffer region */ - memory@9d400000 { - reg = <0x0 0x9d400000 0x0 0x2400000>; - no-map; - }; - qseecom_mem: memory@b2000000 { reg = <0 0xb2000000 0 0x1800000>; no-map; -- 2.52.0
|  |