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/[email protected]/
Memory node is not required as we can read the memory info from SMEM. Signed-off-by: Balaji Selvanathan <[email protected]> --- 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@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

