From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: at91: fix clock conid for atmel_tcb.1 on 9260/9g20
Date: Mon, 28 Nov 2011 14:46:12 +0100 [thread overview]
Message-ID: <4ED390A4.1020608@atmel.com> (raw)
In-Reply-To: <1322481188-8839-1-git-send-email-plagnioj@jcrosoft.com>
On 11/28/2011 12:53 PM, Jean-Christophe PLAGNIOL-VILLARD :
> the conid is supposed to be t0/t1/t2_clk
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
I have queued it in branch at91-fixes of
git://github.com/at91linux/linux-at91.git
Thanks, best regards,
> Cc: stable at kernel.org
> ---
> Hi,
>
> could you apply this is present since 3.0
>
> Best Regards,
> J.
> arch/arm/mach-at91/at91sam9260.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-at91/at91sam9260.c b/arch/arm/mach-at91/at91sam9260.c
> index 2e59126..8c75932 100644
> --- a/arch/arm/mach-at91/at91sam9260.c
> +++ b/arch/arm/mach-at91/at91sam9260.c
> @@ -196,9 +196,9 @@ static struct clk_lookup periph_clocks_lookups[] = {
> CLKDEV_CON_DEV_ID("t0_clk", "atmel_tcb.0", &tc0_clk),
> CLKDEV_CON_DEV_ID("t1_clk", "atmel_tcb.0", &tc1_clk),
> CLKDEV_CON_DEV_ID("t2_clk", "atmel_tcb.0", &tc2_clk),
> - CLKDEV_CON_DEV_ID("t3_clk", "atmel_tcb.1", &tc3_clk),
> - CLKDEV_CON_DEV_ID("t4_clk", "atmel_tcb.1", &tc4_clk),
> - CLKDEV_CON_DEV_ID("t5_clk", "atmel_tcb.1", &tc5_clk),
> + CLKDEV_CON_DEV_ID("t0_clk", "atmel_tcb.1", &tc3_clk),
> + CLKDEV_CON_DEV_ID("t1_clk", "atmel_tcb.1", &tc4_clk),
> + CLKDEV_CON_DEV_ID("t2_clk", "atmel_tcb.1", &tc5_clk),
> CLKDEV_CON_DEV_ID("pclk", "ssc.0", &ssc_clk),
> /* more usart lookup table for DT entries */
> CLKDEV_CON_DEV_ID("usart", "fffff200.serial", &mck),
--
Nicolas Ferre
prev parent reply other threads:[~2011-11-28 13:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-28 11:53 [PATCH 1/1] ARM: at91: fix clock conid for atmel_tcb.1 on 9260/9g20 Jean-Christophe PLAGNIOL-VILLARD
2011-11-28 13:46 ` Nicolas Ferre [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=4ED390A4.1020608@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.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 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.