diff options
author | Huang Shijie <b32955@freescale.com> | 2012-02-06 00:08:21 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-02-11 10:39:53 -0500 |
commit | 60c15358f603ca21e791d2cc17029b620c625258 (patch) | |
tree | 07c1c1a6d03c9652e5f43419aa22a10f6e3caf3a /arch/arm/mach-mxs/clock-mx23.c | |
parent | 62aa2b537c6f5957afd98e29f96897419ed5ebab (diff) |
ARM: mxs: add GPMI-NAND support for imx23/imx28
add GPMI-NAND support for imx23 and imx28.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/clock-mx23.c')
-rw-r--r-- | arch/arm/mach-mxs/clock-mx23.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/clock-mx23.c b/arch/arm/mach-mxs/clock-mx23.c index e12e11231dc7..aec34712c321 100644 --- a/arch/arm/mach-mxs/clock-mx23.c +++ b/arch/arm/mach-mxs/clock-mx23.c | |||
@@ -456,6 +456,7 @@ static struct clk_lookup lookups[] = { | |||
456 | _REGISTER_CLOCK("mxs-pwm.3", NULL, pwm_clk) | 456 | _REGISTER_CLOCK("mxs-pwm.3", NULL, pwm_clk) |
457 | _REGISTER_CLOCK("mxs-pwm.4", NULL, pwm_clk) | 457 | _REGISTER_CLOCK("mxs-pwm.4", NULL, pwm_clk) |
458 | _REGISTER_CLOCK("imx23-fb", NULL, lcdif_clk) | 458 | _REGISTER_CLOCK("imx23-fb", NULL, lcdif_clk) |
459 | _REGISTER_CLOCK("imx23-gpmi-nand", NULL, gpmi_clk) | ||
459 | }; | 460 | }; |
460 | 461 | ||
461 | static int clk_misc_init(void) | 462 | static int clk_misc_init(void) |