* [PATCH] Remove duplicate voltage setup for imx-esdhc
@ 2012-03-18 9:50 Alexander Shiyan
2012-03-18 15:16 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2012-03-18 9:50 UTC (permalink / raw)
To: barebox
We are already setup voltages from capabilities register.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
drivers/mci/imx-esdhc.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/mci/imx-esdhc.c b/drivers/mci/imx-esdhc.c
index c6f2d5c..6d0883c 100644
--- a/drivers/mci/imx-esdhc.c
+++ b/drivers/mci/imx-esdhc.c
@@ -548,8 +548,6 @@ static int fsl_esdhc_probe(struct device_d *dev)
host->mci.init = esdhc_init;
host->mci.hw_dev = dev;
- host->mci.voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
-
host->mci.f_min = imx_get_mmcclk() >> 12;
if (host->mci.f_min < 200000)
host->mci.f_min = 200000;
--
1.7.3.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Remove duplicate voltage setup for imx-esdhc
2012-03-18 9:50 [PATCH] Remove duplicate voltage setup for imx-esdhc Alexander Shiyan
@ 2012-03-18 15:16 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-03-18 15:16 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
On Sun, Mar 18, 2012 at 01:50:44PM +0400, Alexander Shiyan wrote:
> We are already setup voltages from capabilities register.
>
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Applied, thanks
Sascha
> ---
> drivers/mci/imx-esdhc.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mci/imx-esdhc.c b/drivers/mci/imx-esdhc.c
> index c6f2d5c..6d0883c 100644
> --- a/drivers/mci/imx-esdhc.c
> +++ b/drivers/mci/imx-esdhc.c
> @@ -548,8 +548,6 @@ static int fsl_esdhc_probe(struct device_d *dev)
> host->mci.init = esdhc_init;
> host->mci.hw_dev = dev;
>
> - host->mci.voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
> -
> host->mci.f_min = imx_get_mmcclk() >> 12;
> if (host->mci.f_min < 200000)
> host->mci.f_min = 200000;
> --
> 1.7.3.4
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-18 15:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-18 9:50 [PATCH] Remove duplicate voltage setup for imx-esdhc Alexander Shiyan
2012-03-18 15:16 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox