From: shawn.guo@freescale.com (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mx23: register clocks for mmc
Date: Mon, 9 May 2011 15:38:05 +0800 [thread overview]
Message-ID: <20110509073803.GA3375@freescale.com> (raw)
In-Reply-To: <1304676335-1710-1-git-send-email-jacmet@sunsite.dk>
On Fri, May 06, 2011 at 12:05:35PM +0200, Peter Korsgaard wrote:
> Commit 47babe69 (mxs: dynamically allocate mmc device) added the ssp
> setup and mmc clocks for mx23/28, but forgot to register the mmc clocks
> on mx23.
>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Somehow, this piece of the code got lost in the v4 of that patch.
--
Regards,
Shawn
> ---
> arch/arm/mach-mxs/clock-mx23.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-mxs/clock-mx23.c b/arch/arm/mach-mxs/clock-mx23.c
> index c3577ea..0163b6d 100644
> --- a/arch/arm/mach-mxs/clock-mx23.c
> +++ b/arch/arm/mach-mxs/clock-mx23.c
> @@ -446,6 +446,8 @@ static struct clk_lookup lookups[] = {
> _REGISTER_CLOCK("rtc", NULL, rtc_clk)
> _REGISTER_CLOCK("mxs-dma-apbh", NULL, hbus_clk)
> _REGISTER_CLOCK("mxs-dma-apbx", NULL, xbus_clk)
> + _REGISTER_CLOCK("mxs-mmc.0", NULL, ssp_clk)
> + _REGISTER_CLOCK("mxs-mmc.1", NULL, ssp_clk)
> _REGISTER_CLOCK(NULL, "usb", usb_clk)
> _REGISTER_CLOCK(NULL, "audio", audio_clk)
> _REGISTER_CLOCK("mxs-pwm.0", NULL, pwm_clk)
> --
> 1.7.2.3
>
>
prev parent reply other threads:[~2011-05-09 7:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-06 10:05 [PATCH] mx23: register clocks for mmc Peter Korsgaard
2011-05-09 7:38 ` Shawn Guo [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=20110509073803.GA3375@freescale.com \
--to=shawn.guo@freescale.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).