public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] exynos: Enable mmc for snow
Date: Fri, 21 Jun 2013 09:10:31 +0900	[thread overview]
Message-ID: <51C399F7.8060106@samsung.com> (raw)
In-Reply-To: <1368242640-23190-1-git-send-email-sjg@chromium.org>

On 11/05/13 12:24, Simon Glass wrote:
> Snow has an internal eMMC and an external SD card. Enable these in the
> device tree.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>  board/samsung/dts/exynos5250-snow.dts | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
> 
> diff --git a/board/samsung/dts/exynos5250-snow.dts b/board/samsung/dts/exynos5250-snow.dts
> index 24658c1..d167df9 100644
> --- a/board/samsung/dts/exynos5250-snow.dts
> +++ b/board/samsung/dts/exynos5250-snow.dts
> @@ -30,6 +30,10 @@
>  		spi2 = "/spi at 12d40000";
>  		spi3 = "/spi at 131a0000";
>  		spi4 = "/spi at 131b0000";
> +		mmc0 = "/mmc at 12200000";
> +		mmc1 = "/mmc at 12210000";
> +		mmc2 = "/mmc at 12220000";
> +		mmc3 = "/mmc at 12230000";
>  	};
>  
>  	sound at 12d60000 {
> @@ -56,6 +60,26 @@
>  		};
>  	};
>  
> +	mmc at 12200000 {
> +		samsung,bus-width = <8>;
> +		samsung,timing = <1 3 3>;
> +		samsung,removable = <0>;
> +	};
> +
> +	mmc at 12210000 {
> +		status = "disabled";
> +	};
> +
> +	mmc at 12220000 {
> +		samsung,bus-width = <4>;
> +		samsung,timing = <1 2 3>;
> +		samsung,removable = <1>;
> +	};
> +
> +	mmc at 12230000 {
> +		status = "disabled";
> +	};
> +
>  	tmu at 10060000 {
>  		samsung,min-temp	= <25>;
>  		samsung,max-temp	= <125>;
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      reply	other threads:[~2013-06-21  0:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-11  3:24 [U-Boot] [PATCH] exynos: Enable mmc for snow Simon Glass
2013-06-21  0:10 ` Minkyu Kang [this message]

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=51C399F7.8060106@samsung.com \
    --to=mk7.kang@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox