[PATCH v4 6/8] arch: arm: dts: remove Lemans EVK override DTS
Balaji Selvanathan
balaji.selvanathan at oss.qualcomm.com
Fri Jun 19 13:10:29 CEST 2026
Remove Lemans EVK override dtsi: arch/arm/dts/lemans-evk-u-boot.dtsi
provided the following SMEM modernize series is picked:
https://lore.kernel.org/u-boot/20260618-b4-modernise-smem-v3-0-472391477988@linaro.org/
Memory node is not required as we can read the memory info from SMEM.
Signed-off-by: Balaji Selvanathan <balaji.selvanathan at oss.qualcomm.com>
---
Changes in v4:
- Newly added in v4
---
arch/arm/dts/lemans-evk-u-boot.dtsi | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/arch/arm/dts/lemans-evk-u-boot.dtsi b/arch/arm/dts/lemans-evk-u-boot.dtsi
deleted file mode 100644
index cdd3d32f61a..00000000000
--- a/arch/arm/dts/lemans-evk-u-boot.dtsi
+++ /dev/null
@@ -1,19 +0,0 @@
-// SPDX-License-Identifier: BSD-3-Clause
-/*
- * Copyright (c) 2026, Qualcomm Innovation Center, Inc. All rights reserved.
- */
-
-/ {
- /* Will be removed when bootloader updates later */
- memory at 80000000 {
- device_type = "memory";
- reg = <0x0 0x80000000 0x0 0x3ee00000>,
- <0x0 0xc0000000 0x0 0x0fd00000>,
- <0xD 0x00000000 0x2 0x54100000>,
- <0xA 0x80000000 0x1 0x80000000>,
- <0x9 0x00000000 0x1 0x80000000>,
- <0x1 0x00000000 0x3 0x00000000>,
- <0x0 0xd0000000 0x0 0x01900000>,
- <0x0 0xd3500000 0x0 0x2cb00000>;
- };
-};
--
2.34.1
More information about the U-Boot
mailing list