On Wed, Jul 22, 2026 at 04:16:23PM +0530, Badhrinath S via U-Boot wrote: > Add U-Boot specific device tree overrides for IPQ9650 RDP488 board. > This includes memory configuration and SDHCI reset configuration. > > Signed-off-by: Badhrinath S <[email protected]> > --- > arch/arm/dts/ipq9650-rdp488-u-boot.dtsi | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > create mode 100644 arch/arm/dts/ipq9650-rdp488-u-boot.dtsi > > diff --git a/arch/arm/dts/ipq9650-rdp488-u-boot.dtsi > b/arch/arm/dts/ipq9650-rdp488-u-boot.dtsi > new file mode 100644 > index 000000000000..dd03de98b921 > --- /dev/null > +++ b/arch/arm/dts/ipq9650-rdp488-u-boot.dtsi > @@ -0,0 +1,15 @@ > +// SPDX-License-Identifier: GPL-2.0-only > +/* > + * IPQ9650 RDP488 board device tree source > + * > + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. > + */ > + > +/ { > + /* Will be removed when SMEM parsing is updated */ > + memory@80000000 { > + device_type = "memory"; > + reg = <0x0 0x80000000 0x0 0x20000000>; > + }; > + > +}; > -- > 2.34.1 >
Reviewed-by: Varadarajan Narayanan <[email protected]> But not sure if Casey would prefer you to rebase on to the custodian tree [1] and remove this file itself. 1 - https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git
