U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Caleb Connolly <caleb.connolly@linaro.org>
To: Varadarajan Narayanan <quic_varada@quicinc.com>,
	trini@konsulko.com, neil.armstrong@linaro.org,
	sumit.garg@linaro.org, lukma@denx.de, seanga2@gmail.com,
	peng.fan@nxp.com, jh80.chung@samsung.com,
	ilias.apalodimas@linaro.org, sjg@chromium.org,
	Volodymyr_Babchuk@epam.com, lehmanju@devpi.de,
	pbrobinson@gmail.com, marek.vasut+renesas@mailbox.org,
	robert.marko@sartura.hr, u-boot@lists.denx.de,
	u-boot-qcom@groups.io
Subject: Re: [PATCH v2 1/6] dts: ipq9574-rdp433-u-boot: add override dtsi
Date: Wed, 12 Feb 2025 15:08:50 +0000	[thread overview]
Message-ID: <83fb637e-e55e-4fc9-821f-af28b6c15d2e@linaro.org> (raw)
In-Reply-To: <20250130053751.3148614-2-quic_varada@quicinc.com>

Hi Varadarajan,

Sorry for the not getting to this sooner!

On 1/30/25 05:37, Varadarajan Narayanan wrote:
> Add initial support for the IPQ9574 MMC based RDP platforms.
> Define memory layout statically.
> 
> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
> ---
> v2: Use upstream and override DT instead of own DT
> ---
>   arch/arm/dts/ipq9574-rdp433-u-boot.dtsi | 19 +++++++++++++++++++
>   1 file changed, 19 insertions(+)
>   create mode 100644 arch/arm/dts/ipq9574-rdp433-u-boot.dtsi
> 
> diff --git a/arch/arm/dts/ipq9574-rdp433-u-boot.dtsi b/arch/arm/dts/ipq9574-rdp433-u-boot.dtsi
> new file mode 100644
> index 0000000000..71832d350b
> --- /dev/null
> +++ b/arch/arm/dts/ipq9574-rdp433-u-boot.dtsi
> @@ -0,0 +1,19 @@
> +// SPDX-License-Identifier: BSD-3-Clause
> +/*
> + * Copyright (c) 2025, Qualcomm Innovation Center, Inc. All rights reserved.
> + */
> +
> +/ {
> +	/* Will be removed when bootloader updates later */

Could you elaborate a little here? Are you referring to when SMEM 
parsing is supported in U-Boot? Or some change in a prior boot stage?
> +	memory@40000000 {
> +		device_type = "memory";
> +		reg = <0x0 0x40000000 0x0 0x40000000>,
> +		      <0x0 0x4a500000 0x0 0x00100000>;
> +	};
> +};
> +
> +&sdhc_1 {
> +	sdhci-caps-mask = <0x0 0x04000000>;
> +	sdhci-caps = <0x0 0x04000000>;
Please annotate this

> +	resets = <&gcc GCC_SDCC_BCR>;

A comment here explaining why this isn't in the upstream DT would also 
be good.

Kind regards,
> +};

-- 
Caleb (they/them)


  reply	other threads:[~2025-02-12 15:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-30  5:37 [PATCH v2 0/6] Add initial support for IPQ9574 based boards Varadarajan Narayanan
2025-01-30  5:37 ` [PATCH v2 1/6] dts: ipq9574-rdp433-u-boot: add override dtsi Varadarajan Narayanan
2025-02-12 15:08   ` Caleb Connolly [this message]
2025-01-30  5:37 ` [PATCH v2 2/6] clk/qcom: add initial clock driver for ipq9574 Varadarajan Narayanan
2025-02-12 15:14   ` Caleb Connolly
2025-01-30  5:37 ` [PATCH v2 3/6] pinctrl: qcom: Add ipq9574 pinctrl driver Varadarajan Narayanan
2025-02-12 15:52   ` Caleb Connolly
2025-01-30  5:37 ` [PATCH v2 4/6] mmc: msm_sdhci: Reset clocks before reconfiguration Varadarajan Narayanan
2025-01-30  5:37 ` [PATCH v2 5/6] qcom_defconfig: enable ipq9574 clock & pinctrl driver Varadarajan Narayanan
2025-02-12 15:52   ` Caleb Connolly
2025-01-30  5:37 ` [PATCH v2 6/6] configs: add ipq9574_mmc_defconfig Varadarajan Narayanan
2025-02-12 15:57   ` Caleb Connolly
2025-02-12 16:05 ` [PATCH v2 0/6] Add initial support for IPQ9574 based boards Caleb Connolly
2025-03-17 13:48 ` Caleb Connolly

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=83fb637e-e55e-4fc9-821f-af28b6c15d2e@linaro.org \
    --to=caleb.connolly@linaro.org \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=lehmanju@devpi.de \
    --cc=lukma@denx.de \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=neil.armstrong@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=quic_varada@quicinc.com \
    --cc=robert.marko@sartura.hr \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=sumit.garg@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot-qcom@groups.io \
    --cc=u-boot@lists.denx.de \
    /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