From: Roland Stigge Date: Thu, 14 Jun 2012 14:16:17 +0000 (+0200) Subject: ARM: LPC32xx: Clock adjustment for key matrix controller X-Git-Tag: upstream/snapshot3+hdmi~7011^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=821e7edd5130a1efd8754bcd7e4c30ccb1fc9c71;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Acked-by: Rob Herring --- diff --git a/arch/arm/mach-lpc32xx/clock.c b/arch/arm/mach-lpc32xx/clock.c index bf0c3d9..963d12a 100644 --- a/arch/arm/mach-lpc32xx/clock.c +++ b/arch/arm/mach-lpc32xx/clock.c @@ -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),