From 2e68795e785f2c48c814873f86404e4ce5c6b00a Mon Sep 17 00:00:00 2001 From: Balaji Selvanathan Date: Mon, 7 Sep 2026 17:32:32 +0530 Subject: [PATCH] WORKAROUND: arm: dts: talos-evk: drop pil_mem reservation The pil-reserved@84300000 node is a coarse carveout inherited from the downstream kernel. The upstream qcs615 board DTS already reserves the firmware-bearing parts of that range with fine-grained per-subsystem nodes. The remaining span of the blanket holds no firmware and does not need reserving in U-Boot. Drop the redundant blanket node so U-Boot can use the DRAM the per-subsystem reservations don't claim. Signed-off-by: Balaji Selvanathan --- arch/arm/dts/talos-evk-u-boot.dtsi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/dts/talos-evk-u-boot.dtsi b/arch/arm/dts/talos-evk-u-boot.dtsi index 2e7f6c0210df..4ff0f314d7da 100644 --- a/arch/arm/dts/talos-evk-u-boot.dtsi +++ b/arch/arm/dts/talos-evk-u-boot.dtsi @@ -60,11 +60,6 @@ no-map; }; - pil_mem: pil@8ab00000 { - reg = <0x0 0x8ab00000 0x0 0xcc17000>; - no-map; - }; - secure_dsp_mem: secure-dsp@a0000000 { reg = <0x0 0xa0000000 0x0 0x1600000>; no-map;