aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Williamson <[email protected]>2011-02-22 13:36:59 +0000
committerKevin Hilman <[email protected]>2011-03-11 10:48:28 -0800
commit4918b40dc8b0e3addf3178f2dded99e149f5ad31 (patch)
treead32f39f7212f89ea4eb8362744fa126f3a38e0b
parente38c2b22264319ac0ccc63d0a2366f8b6c33e32e (diff)
davinci: da830: fix driver name for spi clocks
The spi driver name called out for the da830 spi clock list is not correct, fix it. Signed-off-by: Michael Williamson <[email protected]> Acked-by: Sekhar Nori <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>
-rw-r--r--arch/arm/mach-davinci/da830.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/da830.c b/arch/arm/mach-davinci/da830.c
index ec23ab473620..826118e13678 100644
--- a/arch/arm/mach-davinci/da830.c
+++ b/arch/arm/mach-davinci/da830.c
@@ -397,8 +397,8 @@ static struct clk_lookup da830_clks[] = {
CLK(NULL, "uart0", &uart0_clk),
CLK(NULL, "uart1", &uart1_clk),
CLK(NULL, "uart2", &uart2_clk),
- CLK("dm_spi.0", NULL, &spi0_clk),
- CLK("dm_spi.1", NULL, &spi1_clk),
+ CLK("spi_davinci.0", NULL, &spi0_clk),
+ CLK("spi_davinci.1", NULL, &spi1_clk),
CLK(NULL, "ecap0", &ecap0_clk),
CLK(NULL, "ecap1", &ecap1_clk),
CLK(NULL, "ecap2", &ecap2_clk),