]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: LPC32xx: Clock adjustment for key matrix controller
authorRoland Stigge <stigge@antcom.de>
Thu, 14 Jun 2012 14:16:17 +0000 (16:16 +0200)
committerRoland Stigge <stigge@antcom.de>
Thu, 14 Jun 2012 14:16:17 +0000 (16:16 +0200)
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>
arch/arm/mach-lpc32xx/clock.c

index bf0c3d91af9c9e9c3e30be08cffd4725ac403aac..963d12a9fc3da97f689a6ab5d1eef915bac08328 100644 (file)
@@ -1131,7 +1131,7 @@ static struct clk_lookup lookups[] = {
        CLKDEV_INIT("31020300.i2c", NULL, &clk_i2c2),
        CLKDEV_INIT("dev:ssp0", NULL, &clk_ssp0),
        CLKDEV_INIT("dev:ssp1", NULL, &clk_ssp1),
-       CLKDEV_INIT("lpc32xx_keys.0", NULL, &clk_kscan),
+       CLKDEV_INIT("40050000.key", NULL, &clk_kscan),
        CLKDEV_INIT("20020000.flash", NULL, &clk_nand),
        CLKDEV_INIT("200a8000.flash", NULL, &clk_nand_mlc),
        CLKDEV_INIT("40048000.adc", NULL, &clk_adc),