[PATCH v2 1/9] dts: ipq5210-rdp504-u-boot: add override dtsi
Sumit Garg
sumit.garg at kernel.org
Mon Apr 20 14:36:44 CEST 2026
On Fri, Apr 10, 2026 at 02:41:46PM +0530, Varadarajan Narayanan wrote:
> * Add initial support for the IPQ5210 MMC based RDP platforms.
> * Define memory layout statically.
> * Mark the nodes that would be needed for SPL.
>
> Signed-off-by: Varadarajan Narayanan <varadarajan.narayanan at oss.qualcomm.com>
> ---
> v2: Remove sdhc as it is in kernel DT already
> Move bootph-all to kernel DT - https://lore.kernel.org/linux-arm-msm/20260409-add_bootph-v1-1-cb2b5093f7d7@oss.qualcomm.com/T/#u
> ---
> arch/arm/dts/ipq5210-rdp504-u-boot.dtsi | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 arch/arm/dts/ipq5210-rdp504-u-boot.dtsi
>
With below fixed:
Reviewed-by: Sumit Garg <sumit.garg at oss.qualcomm.com>
-Sumit
> diff --git a/arch/arm/dts/ipq5210-rdp504-u-boot.dtsi b/arch/arm/dts/ipq5210-rdp504-u-boot.dtsi
> new file mode 100644
> index 00000000000..5f0105d20de
> --- /dev/null
> +++ b/arch/arm/dts/ipq5210-rdp504-u-boot.dtsi
> @@ -0,0 +1,15 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * IPQ5210 RDP504 board device tree source
> + *
> + * Copyright (c) 2025 The Linux Foundation. All rights reserved.
nit: 2026?
> + */
> +
> +/ {
> + /* Will be removed when SMEM parsing is updated */
> + memory at 80000000 {
> + bootph-all;
> + device_type = "memory";
> + reg = <0x0 0x80000000 0x0 0x20000000>;
> + };
> +};
> --
> 2.34.1
>
More information about the U-Boot
mailing list