9
0
Fork 0

at91sam9263: fix mci clock

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2011-12-12 15:46:54 +01:00 committed by Sascha Hauer
parent 6accea7a5c
commit 71490c2444
1 changed files with 2 additions and 2 deletions

View File

@ -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),
};