diff options
author | Joachim Eastwood <manabian@gmail.com> | 2012-12-04 19:10:57 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-02-07 16:40:08 +0100 |
commit | 4e4c963ea9586647b055834e56f67c9ec1898692 (patch) | |
tree | 3a87bd8fcf0173d4a96642d33379617b146a47ea /arch/arm/mach-at91 | |
parent | a5618928d5b7acb0fcc9ff4868ec6f914a2d9942 (diff) | |
download | linux-3.10-4e4c963ea9586647b055834e56f67c9ec1898692.tar.gz linux-3.10-4e4c963ea9586647b055834e56f67c9ec1898692.tar.bz2 linux-3.10-4e4c963ea9586647b055834e56f67c9ec1898692.zip |
ARM: at91: add MMC bindings to RM9200 DT
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/at91rm9200.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c index 7aeb473ee53..9809f8546d7 100644 --- a/arch/arm/mach-at91/at91rm9200.c +++ b/arch/arm/mach-at91/at91rm9200.c @@ -210,6 +210,7 @@ static struct clk_lookup periph_clocks_lookups[] = { CLKDEV_CON_DEV_ID("t0_clk", "fffa4000.timer", &tc3_clk), CLKDEV_CON_DEV_ID("t1_clk", "fffa4000.timer", &tc4_clk), CLKDEV_CON_DEV_ID("t2_clk", "fffa4000.timer", &tc5_clk), + CLKDEV_CON_DEV_ID("mci_clk", "fffb4000.mmc", &mmc_clk), CLKDEV_CON_DEV_ID("hclk", "300000.ohci", &ohci_clk), CLKDEV_CON_DEV_ID(NULL, "fffff400.gpio", &pioA_clk), CLKDEV_CON_DEV_ID(NULL, "fffff600.gpio", &pioB_clk), |