All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 4/6] ARM: dts: s700: add MMC/SD controller node
Date: Wed, 23 Dec 2020 08:28:23 +0900	[thread overview]
Message-ID: <c6434713-5e1c-d771-1ef0-c090102ed7e7@samsung.com> (raw)
In-Reply-To: <1608389470-4010-5-git-send-email-atomar25opensource@gmail.com>

On 12/19/20 11:51 PM, Amit Singh Tomar wrote:
> From: Amit Singh Tomar <amittomer25@gmail.com>
> 
> This patch adds node for ethernet controller found on Action Semi OWL
> S700 SoC.

Is "ethernet controller" right?

> 
> Since, upstream Linux binding has not been merged for S700 MMC/SD
> controller, Changes are put in u-boot specific dtsi file.
> 
> Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
> ---
> Changes since previous version
> 	* No change.
> ---
>  arch/arm/dts/s700-u-boot.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/dts/s700-u-boot.dtsi b/arch/arm/dts/s700-u-boot.dtsi
> index 1b27682..3c3396b 100644
> --- a/arch/arm/dts/s700-u-boot.dtsi
> +++ b/arch/arm/dts/s700-u-boot.dtsi
> @@ -19,6 +19,16 @@
>  			status = "okay";
>                  };
>  
> +		mmc0: mmc at e0210000 {
> +			compatible = "actions,s700-mmc", "actions,owl-mmc";

Not need to add both..

Best Regards,
Jaehoon Chung

> +			reg = <0x0 0xe0210000 0x0 0x4000>;
> +			interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
> +			clocks = <&cmu CLK_SD0>;
> +			dmas = <&dma 2>;
> +			dma-names = "mmc";
> +			bus-width = <4>;
> +			status = "okay";
> +		};
>  	};
>  };
>  
> 

  reply	other threads:[~2020-12-22 23:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19 14:51 [PATCH v2 0/6] Add MMC/SD support for S700 Amit Singh Tomar
2020-12-19 14:51 ` [PATCH v2 1/6] clk: actions: Introduce dummy get/set_rate callbacks Amit Singh Tomar
2020-12-19 14:51 ` [PATCH v2 2/6] clk: actions: Add SD/MMC clocks Amit Singh Tomar
2020-12-23  0:26   ` André Przywara
2020-12-19 14:51 ` [PATCH v2 3/6] ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7 Amit Singh Tomar
2020-12-19 14:51 ` [PATCH v2 4/6] ARM: dts: s700: add MMC/SD controller node Amit Singh Tomar
2020-12-22 23:28   ` Jaehoon Chung [this message]
2020-12-23  0:27     ` André Przywara
2020-12-23  1:32       ` Jaehoon Chung
2020-12-23  1:59     ` Amit Tomar
2020-12-19 14:51 ` [PATCH v2 5/6] mmc: actions: add MMC driver for Actions OWL S700 Amit Singh Tomar
2020-12-22 23:37   ` Jaehoon Chung
2020-12-23  0:27     ` André Przywara
2020-12-23  0:27   ` André Przywara
2020-12-23  2:22     ` Amit Tomer
2020-12-23  4:25       ` Jaehoon Chung
2020-12-23  5:59         ` Amit Tomar
2020-12-23  6:11           ` Jaehoon Chung
2020-12-23  9:35             ` Peng Fan
2020-12-23 10:13         ` André Przywara
2020-12-23 12:29     ` Amit Tomar
2020-12-23 15:18       ` André Przywara
2020-12-24  8:32         ` Amit Tomar
2020-12-19 14:51 ` [PATCH v2 6/6] configs: Enable mmc support Amit Singh Tomar

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=c6434713-5e1c-d771-1ef0-c090102ed7e7@samsung.com \
    --to=jh80.chung@samsung.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.