mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/4] at91sam9263: fix mci clock
@ 2011-12-12 14:46 Jean-Christophe PLAGNIOL-VILLARD
  2011-12-12 14:46 ` [PATCH 2/4] at91: add udc usb device controller support Jean-Christophe PLAGNIOL-VILLARD
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-12-12 14:46 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 arch/arm/mach-at91/at91sam9263.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-at91/at91sam9263.c b/arch/arm/mach-at91/at91sam9263.c
index df2df7e..eef7ad0 100644
--- a/arch/arm/mach-at91/at91sam9263.c
+++ b/arch/arm/mach-at91/at91sam9263.c
@@ -164,8 +164,8 @@ static struct clk *periph_clocks[] = {
 };
 
 static struct clk_lookup periph_clocks_lookups[] = {
-	CLKDEV_CON_DEV_ID("mci_clk", "at91_mci0", &mmc0_clk),
-	CLKDEV_CON_DEV_ID("mci_clk", "at91_mci1", &mmc1_clk),
+	CLKDEV_CON_DEV_ID("mci_clk", "atmel_mci0", &mmc0_clk),
+	CLKDEV_CON_DEV_ID("mci_clk", "atmel_mci1", &mmc1_clk),
 	CLKDEV_CON_DEV_ID("spi_clk", "atmel_spi0", &spi0_clk),
 	CLKDEV_CON_DEV_ID("spi_clk", "atmel_spi1", &spi1_clk),
 };
-- 
1.7.7


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-12-14 15:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-12 14:46 [PATCH 1/4] at91sam9263: fix mci clock Jean-Christophe PLAGNIOL-VILLARD
2011-12-12 14:46 ` [PATCH 2/4] at91: add udc usb device controller support Jean-Christophe PLAGNIOL-VILLARD
2011-12-13 10:37   ` Sascha Hauer
2011-12-13 15:06   ` [PATCH 2/4 V2] " Jean-Christophe PLAGNIOL-VILLARD
2011-12-12 14:46 ` [PATCH 3/4] at91: add at91_udc resource Jean-Christophe PLAGNIOL-VILLARD
2011-12-14 15:37   ` Jean-Christophe PLAGNIOL-VILLARD
2011-12-12 14:46 ` [PATCH 4/4] usb-a926x: add usb device support Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox