diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-06-21 14:24:33 +0800 | 
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-06-25 13:34:40 +0800 | 
| commit | 9d87159e571d73ccf87adf1ee3691b861253d900 (patch) | |
| tree | 7894a0388469529bfa141c78373da66dd356effe /arch/arm/mach-at91/at91sam9rl.c | |
| parent | deba1a0d58b54905a5201cb9e1aa878cfc74ff70 (diff) | |
| download | olio-linux-3.10-9d87159e571d73ccf87adf1ee3691b861253d900.tar.xz olio-linux-3.10-9d87159e571d73ccf87adf1ee3691b861253d900.zip  | |
at91: fix udc, ehci and mmc clock device name for cap9/9g45/9rl
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9rl.c')
| -rw-r--r-- | arch/arm/mach-at91/at91sam9rl.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/at91sam9rl.c b/arch/arm/mach-at91/at91sam9rl.c index 1a40f16b66c..29dff18ed13 100644 --- a/arch/arm/mach-at91/at91sam9rl.c +++ b/arch/arm/mach-at91/at91sam9rl.c @@ -191,8 +191,8 @@ static struct clk *periph_clocks[] __initdata = {  };  static struct clk_lookup periph_clocks_lookups[] = { -	CLKDEV_CON_DEV_ID("hclk", "atmel_usba_udc.0", &utmi_clk), -	CLKDEV_CON_DEV_ID("pclk", "atmel_usba_udc.0", &udphs_clk), +	CLKDEV_CON_DEV_ID("hclk", "atmel_usba_udc", &utmi_clk), +	CLKDEV_CON_DEV_ID("pclk", "atmel_usba_udc", &udphs_clk),  	CLKDEV_CON_DEV_ID("t0_clk", "atmel_tcb.0", &tc0_clk),  	CLKDEV_CON_DEV_ID("t1_clk", "atmel_tcb.0", &tc1_clk),  	CLKDEV_CON_DEV_ID("t2_clk", "atmel_tcb.0", &tc2_clk),  |