U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Thompson <daniel.thompson@linaro.org>
To: Sumit Garg <sumit.garg@linaro.org>
Cc: u-boot@lists.denx.de, rfried.dev@gmail.com, peng.fan@nxp.com,
	jh80.chung@samsung.com, sjg@chromium.org, trini@konsulko.com,
	dsankouski@gmail.com, stephan@gerhold.net, vinod.koul@linaro.org,
	nicolas.dechesne@linaro.org, mworsfold@impinj.com
Subject: Re: [PATCH 4/8] board: qualcomm: Add support for dragonboard845c
Date: Mon, 4 Jul 2022 17:06:45 +0100	[thread overview]
Message-ID: <20220704160645.rlq2dwtpscjemyai@maple.lan> (raw)
In-Reply-To: <20220704125845.1077037-5-sumit.garg@linaro.org>

On Mon, Jul 04, 2022 at 06:28:41PM +0530, Sumit Garg wrote:
> diff --git a/arch/arm/dts/dragonboard845c-uboot.dtsi b/arch/arm/dts/dragonboard845c-uboot.dtsi
> new file mode 100644
> index 0000000000..8b5a7ee573
> --- /dev/null
> +++ b/arch/arm/dts/dragonboard845c-uboot.dtsi
> @@ -0,0 +1,37 @@
> +// SPDX-License-Identifier: GPL-2.0+
> +/*
> + * U-Boot addition to handle Qualcomm Robotics RB3 Development Platform
> + * (dragonboard845c) pins
> + *
> + * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
> + */
> +
> +/
> +{
> +	soc {
> +		u-boot,dm-pre-reloc;
> +
> +		serial@a84000 {
> +			u-boot,dm-pre-reloc;
> +		};
> +
> +		clock-controller@100000 {
> +			u-boot,dm-pre-reloc;
> +		};
> +
> +		pinctrl_north@3900000 {
> +			u-boot,dm-pre-reloc;
> +		};
> +	};
> +};

These additional u-boot,dm-pre-reloc changes are different to the ones
that appear in starqltechn-uboot.dtsi . That suggests that either patch 1
is not actually removing redundant properties or that the DB845C port is
wrong.


> +config TARGET_DRAGONBOARD845C
> +	bool "96Boards Dragonboard 845C"
> +	help
> +	  Support for 96Boards Dragonboard 845C aka Robotics RB3 Development
> +	  Platform. This board complies with 96Board Open Platform

Nitpicking but... s/96Board/96Boards/


Daniel.

  reply	other threads:[~2022-07-04 16:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04 12:58 [PATCH 0/8] New boards support: db845c and qcs404-evb Sumit Garg
2022-07-04 12:58 ` [PATCH 1/8] arm64: dts: sdm845: Remove redundant u-boot DT properties Sumit Garg
2022-07-04 15:58   ` Daniel Thompson
2022-07-05  5:35     ` Sumit Garg
2022-07-05  8:57       ` Daniel Thompson
2022-07-11 13:53         ` Ramon Fried
2022-07-04 12:58 ` [PATCH 2/8] clocks: sdm845: Import qcom,gcc-sdm845.h Sumit Garg
2022-07-04 12:58 ` [PATCH 3/8] uart: sdm845: Fix debug UART pinmux Sumit Garg
2022-07-04 12:58 ` [PATCH 4/8] board: qualcomm: Add support for dragonboard845c Sumit Garg
2022-07-04 16:06   ` Daniel Thompson [this message]
2022-07-05  5:40     ` Sumit Garg
2022-07-04 12:58 ` [PATCH 5/8] mmc: msm_sdhci: Add SDCC version 5.0.0 support Sumit Garg
2022-07-04 12:58 ` [PATCH 6/8] pinctrl: qcom: Add pinctrl driver for QCS404 SoC Sumit Garg
2022-07-04 12:58 ` [PATCH 7/8] clocks: qcom: Add clock " Sumit Garg
2022-07-04 12:58 ` [PATCH 8/8] board: qualcomm: Add support for QCS404 EVB Sumit Garg
2022-07-04 13:05 ` [PATCH 0/8] New boards support: db845c and qcs404-evb Peter Robinson
2022-07-04 13:09   ` Sumit Garg

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=20220704160645.rlq2dwtpscjemyai@maple.lan \
    --to=daniel.thompson@linaro.org \
    --cc=dsankouski@gmail.com \
    --cc=jh80.chung@samsung.com \
    --cc=mworsfold@impinj.com \
    --cc=nicolas.dechesne@linaro.org \
    --cc=peng.fan@nxp.com \
    --cc=rfried.dev@gmail.com \
    --cc=sjg@chromium.org \
    --cc=stephan@gerhold.net \
    --cc=sumit.garg@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vinod.koul@linaro.org \
    /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