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] arm: exynos: clock: support SPLL as mmc source clock for exynos5420
Date: Wed, 24 Dec 2014 10:59:15 +0900	[thread overview]
Message-ID: <549A1DF3.2040001@samsung.com> (raw)
In-Reply-To: <1419245190-23604-1-git-send-email-jy0922.shim@samsung.com>

On 22/12/14 19:46, Joonyoung Shim wrote:
> MMC of exynos5420 can select SPLL as source clock, so add to support
> SPLL in exynos5420_get_mmc_clk(). It was tested on Odroid-XU3 board.
> 
> Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
> ---
>  arch/arm/cpu/armv7/exynos/clock.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/cpu/armv7/exynos/clock.c b/arch/arm/cpu/armv7/exynos/clock.c
> index 8fab135..b31c13b 100644
> --- a/arch/arm/cpu/armv7/exynos/clock.c
> +++ b/arch/arm/cpu/armv7/exynos/clock.c
> @@ -848,6 +848,8 @@ static unsigned long exynos5420_get_mmc_clk(int dev_index)
>  
>  	if (sel == 0x3)
>  		sclk = get_pll_clk(MPLL);
> +	else if (sel == 0x4)
> +		sclk = get_pll_clk(SPLL);
>  	else if (sel == 0x6)
>  		sclk = get_pll_clk(EPLL);
>  	else
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      parent reply	other threads:[~2014-12-24  1:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-22 10:46 [U-Boot] [PATCH] arm: exynos: clock: support SPLL as mmc source clock for exynos5420 Joonyoung Shim
2014-12-23  7:14 ` Jaehoon Chung
2014-12-24  1:59 ` 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=549A1DF3.2040001@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