public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tegra2: trivially enable 13 mhz crystal frequency
Date: Thu, 3 May 2012 02:14:37 +0200	[thread overview]
Message-ID: <201205030214.37304.marex@denx.de> (raw)
In-Reply-To: <1335912605-11496-1-git-send-email-dev@lynxeye.de>

Dear Lucas Stach,

> This is needed for upcoming Toradex Colibri T20 upstream support.

Neat, you're doing support for this board? That'd be great to have :) Keep me in 
CC, I have one and I'd be glad to review patches. (I hope you noticed the work 
of antmicro on the tegra/u-boot)

> 
> Signed-off-by: Lucas Stach <dev@lynxeye.de>
> ---
>  arch/arm/cpu/armv7/tegra2/clock.c |    5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/cpu/armv7/tegra2/clock.c
> b/arch/arm/cpu/armv7/tegra2/clock.c index 39376ab..8084631 100644
> --- a/arch/arm/cpu/armv7/tegra2/clock.c
> +++ b/arch/arm/cpu/armv7/tegra2/clock.c
> @@ -1027,7 +1027,10 @@ void clock_early_init(void)
>  		clock_set_rate(CLOCK_ID_CGENERAL, 600, 26, 0, 8);
>  		break;
> 
> -	case CLOCK_OSC_FREQ_13_0:
> +	case CLOCK_OSC_FREQ_13_0: /* OSC is 13Mhz */
> +		clock_set_rate(CLOCK_ID_PERIPH, 432, 13, 1, 8);
> +		clock_set_rate(CLOCK_ID_CGENERAL, 600, 13, 0, 8);
> +		break;
>  	case CLOCK_OSC_FREQ_19_2:
>  	default:
>  		/*

Best regards,
Marek Vasut

      parent reply	other threads:[~2012-05-03  0:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-01 22:50 [U-Boot] [PATCH] tegra2: trivially enable 13 mhz crystal frequency Lucas Stach
2012-05-02 15:22 ` Stephen Warren
2012-05-03  0:14 ` Marek Vasut [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=201205030214.37304.marex@denx.de \
    --to=marex@denx.de \
    --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