From: "Michał Nazarewicz" <m.nazarewicz@samsung.com>
To: Thomas Abraham <thomas.ab@samsung.com>,
linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH v2 2/4] S3C: sdhci: Update sdhci platform data.
Date: Fri, 16 Oct 2009 11:00:58 +0200 [thread overview]
Message-ID: <op.u1vxzwa17p4s8u@localhost> (raw)
In-Reply-To: <1255586371-28042-1-git-send-email-thomas.ab@samsung.com>
On Thu, 15 Oct 2009 07:59:31 +0200, Thomas Abraham <thomas.ab@samsung.com> wrote:
[...]
> diff --git a/arch/arm/plat-s3c/include/plat/sdhci.h b/arch/arm/plat-s3c/include/plat/sdhci.h
> index f615308..722969d 100644
> --- a/arch/arm/plat-s3c/include/plat/sdhci.h
> +++ b/arch/arm/plat-s3c/include/plat/sdhci.h
[...]
> @@ -133,6 +141,11 @@ static inline void s3c6410_default_sdhci0(void) { }
> static inline void s3c6410_default_sdhci1(void)
> {
> s3c_hsmmc1_def_platdata.clocks = s3c6410_hsmmc_clksrcs;
> + strcpy((void *)s3c_hsmmc0_def_platdata.clk_parent_name,
> + (void *)"dout_mpll");
> + strcpy((void *)s3c_hsmmc0_def_platdata.clk_source_name,
> + (void *)"mmc_bus");
> + s3c_hsmmc0_def_platdata.clk_speed = 50 * MHZ;
> s3c_hsmmc1_def_platdata.cfg_gpio = s3c64xx_setup_sdhci1_cfg_gpio;
> s3c_hsmmc1_def_platdata.cfg_card = s3c6410_setup_sdhci0_cfg_card;
> }
Obviously this should read (note hsmmc1 instead of hsmmc0):
+ strcpy((void *)s3c_hsmmc1_def_platdata.clk_parent_name,
+ (void *)"dout_mpll");
+ strcpy((void *)s3c_hsmmc1_def_platdata.clk_source_name,
+ (void *)"mmc_bus");
+ s3c_hsmmc1_def_platdata.clk_speed = 50 * MHZ;
--
Best regards, _ _
.o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o
..o | Computer Science, Michał "mina86" Nazarewicz (o o)
ooo +---<mina86@mina86.com>---<mina86@jabber.org>---ooO--(_)--Ooo--
prev parent reply other threads:[~2009-10-16 9:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-15 5:59 [PATCH v2 2/4] S3C: sdhci: Update sdhci platform data Thomas Abraham
2009-10-15 10:16 ` Mark Brown
2009-10-16 9:00 ` Michał Nazarewicz [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=op.u1vxzwa17p4s8u@localhost \
--to=m.nazarewicz@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=thomas.ab@samsung.com \
/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.