public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sumit Garg <sumit.garg@kernel.org>
To: Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
Cc: rayagonda.kokatanur@broadcom.com, trini@konsulko.com,
	casey.connolly@linaro.org, neil.armstrong@linaro.org,
	peng.fan@nxp.com, jh80.chung@samsung.com, lukma@denx.de,
	tien.fong.chee@altera.com, anshuld@ti.com,
	alif.zakuan.yuslaimi@altera.com, tingting.meng@altera.com,
	alice.guo@nxp.com, quentin.schulz@cherry.de,
	ilias.apalodimas@linaro.org, xypron.glpk@gmx.de,
	mkorpershoek@kernel.org, h-salunke@ti.com, alchark@gmail.com,
	dario.binacchi@amarulasolutions.com, ye.li@nxp.com,
	andre.przywara@arm.com, afd@ti.com, dinesh.maniyam@altera.com,
	balaji.selvanathan@oss.qualcomm.com, danila@jiaxyga.com,
	aswin.murugan@oss.qualcomm.com, luca.weiss@fairphone.com,
	adrian@mainlining.org, justin@tidylabs.net, n-francis@ti.com,
	wens@kernel.org, jamie.gibbons@microchip.com,
	david.wronek@mainlining.org, alexeymin@postmarketos.org,
	james.hilliard1@gmail.com, michael@amarulasolutions.com,
	richard.genoud@bootlin.com, philip.molloy@analog.com,
	sughosh.ganu@arm.com, u-boot@lists.denx.de,
	u-boot-qcom@groups.io
Subject: Re: [PATCH v2 1/9] dts: ipq5210-rdp504-u-boot: add override dtsi
Date: Mon, 20 Apr 2026 18:06:44 +0530	[thread overview]
Message-ID: <aeYd3P4ZtsmBWZJ3@sumit-xelite> (raw)
In-Reply-To: <20260410091154.1001021-2-varadarajan.narayanan@oss.qualcomm.com>

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@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@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@80000000 {
> +		bootph-all;
> +		device_type = "memory";
> +		reg = <0x0 0x80000000 0x0 0x20000000>;
> +	};
> +};
> -- 
> 2.34.1
> 

  parent reply	other threads:[~2026-04-20 12:56 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-10  9:11 [PATCH v2 0/9] Qualcomm IPQ5210 SoC bringup Varadarajan Narayanan
2026-04-10  9:11 ` [PATCH v2 1/9] dts: ipq5210-rdp504-u-boot: add override dtsi Varadarajan Narayanan
2026-04-11 13:18   ` Simon Glass
2026-04-20 12:36   ` Sumit Garg [this message]
2026-04-10  9:11 ` [PATCH v2 2/9] doc: board/qualcomm: Update RDP build instructions Varadarajan Narayanan
2026-04-11 13:15   ` Simon Glass
2026-04-13 11:05     ` Varadarajan Narayanan
2026-04-20 13:25   ` Sumit Garg
2026-04-10  9:11 ` [PATCH v2 3/9] clk/qcom: add initial clock driver for ipq5210 Varadarajan Narayanan
2026-04-10  9:11 ` [PATCH v2 4/9] pinctrl: qcom: Add ipq5210 pinctrl driver Varadarajan Narayanan
2026-04-10  9:11 ` [PATCH v2 5/9] misc: qcom_geni: Add minicore support Varadarajan Narayanan
2026-04-11 13:09   ` Simon Glass
2026-04-13  5:31     ` Varadarajan Narayanan
2026-04-13 13:35       ` Simon Glass
2026-04-10  9:11 ` [PATCH v2 6/9] spl: Include SMEM driver in SPL Varadarajan Narayanan
2026-04-11 13:09   ` Simon Glass
2026-04-10  9:11 ` [PATCH v2 7/9] mach-snapdragon: Add initial support for IPQ5210 SPL Varadarajan Narayanan
2026-04-11 13:12   ` Simon Glass
2026-04-10  9:11 ` [PATCH v2 8/9] mach-snapdragon: Add commands to create wrapper ELF Varadarajan Narayanan
2026-04-11 13:14   ` Simon Glass
2026-04-10  9:11 ` [PATCH v2 9/9] configs: add qcom_ipq5210_mmc_defconfig Varadarajan Narayanan
2026-04-11 13:15   ` Simon Glass
2026-04-15 10:10     ` Varadarajan Narayanan
2026-04-11 13:18 ` [PATCH v2 0/9] Qualcomm IPQ5210 SoC bringup Simon Glass
2026-04-15  7:14   ` Varadarajan Narayanan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aeYd3P4ZtsmBWZJ3@sumit-xelite \
    --to=sumit.garg@kernel.org \
    --cc=adrian@mainlining.org \
    --cc=afd@ti.com \
    --cc=alchark@gmail.com \
    --cc=alexeymin@postmarketos.org \
    --cc=alice.guo@nxp.com \
    --cc=alif.zakuan.yuslaimi@altera.com \
    --cc=andre.przywara@arm.com \
    --cc=anshuld@ti.com \
    --cc=aswin.murugan@oss.qualcomm.com \
    --cc=balaji.selvanathan@oss.qualcomm.com \
    --cc=casey.connolly@linaro.org \
    --cc=danila@jiaxyga.com \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=david.wronek@mainlining.org \
    --cc=dinesh.maniyam@altera.com \
    --cc=h-salunke@ti.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=james.hilliard1@gmail.com \
    --cc=jamie.gibbons@microchip.com \
    --cc=jh80.chung@samsung.com \
    --cc=justin@tidylabs.net \
    --cc=luca.weiss@fairphone.com \
    --cc=lukma@denx.de \
    --cc=michael@amarulasolutions.com \
    --cc=mkorpershoek@kernel.org \
    --cc=n-francis@ti.com \
    --cc=neil.armstrong@linaro.org \
    --cc=peng.fan@nxp.com \
    --cc=philip.molloy@analog.com \
    --cc=quentin.schulz@cherry.de \
    --cc=rayagonda.kokatanur@broadcom.com \
    --cc=richard.genoud@bootlin.com \
    --cc=sughosh.ganu@arm.com \
    --cc=tien.fong.chee@altera.com \
    --cc=tingting.meng@altera.com \
    --cc=trini@konsulko.com \
    --cc=u-boot-qcom@groups.io \
    --cc=u-boot@lists.denx.de \
    --cc=varadarajan.narayanan@oss.qualcomm.com \
    --cc=wens@kernel.org \
    --cc=xypron.glpk@gmx.de \
    --cc=ye.li@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox