aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lpc32xx
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2012-06-14 10:16:17 -0400
committerRoland Stigge <stigge@antcom.de>2012-06-14 10:16:17 -0400
commit821e7edd5130a1efd8754bcd7e4c30ccb1fc9c71 (patch)
tree5ce519a5a82b8252531f515e596d7bd2e5231e40 /arch/arm/mach-lpc32xx
parenta6d1be0e5825246da6df42cdaa21f3ce66698ff2 (diff)
ARM: LPC32xx: Clock adjustment for key matrix controller
The clock.c file needs to be changed to match the automatic device name to its clock. Signed-off-by: Roland Stigge <stigge@antcom.de> Acked-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-lpc32xx')
-rw-r--r--arch/arm/mach-lpc32xx/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/clock.c b/arch/arm/mach-lpc32xx/clock.c
index bf0c3d91af9c..963d12a9fc3d 100644
--- a/arch/arm/mach-lpc32xx/clock.c
+++ b/arch/arm/mach-lpc32xx/clock.c
@@ -1131,7 +1131,7 @@ static struct clk_lookup lookups[] = {
1131 CLKDEV_INIT("31020300.i2c", NULL, &clk_i2c2), 1131 CLKDEV_INIT("31020300.i2c", NULL, &clk_i2c2),
1132 CLKDEV_INIT("dev:ssp0", NULL, &clk_ssp0), 1132 CLKDEV_INIT("dev:ssp0", NULL, &clk_ssp0),
1133 CLKDEV_INIT("dev:ssp1", NULL, &clk_ssp1), 1133 CLKDEV_INIT("dev:ssp1", NULL, &clk_ssp1),
1134 CLKDEV_INIT("lpc32xx_keys.0", NULL, &clk_kscan), 1134 CLKDEV_INIT("40050000.key", NULL, &clk_kscan),
1135 CLKDEV_INIT("20020000.flash", NULL, &clk_nand), 1135 CLKDEV_INIT("20020000.flash", NULL, &clk_nand),
1136 CLKDEV_INIT("200a8000.flash", NULL, &clk_nand_mlc), 1136 CLKDEV_INIT("200a8000.flash", NULL, &clk_nand_mlc),
1137 CLKDEV_INIT("40048000.adc", NULL, &clk_adc), 1137 CLKDEV_INIT("40048000.adc", NULL, &clk_adc),