[PATCH] clk: mxs: Fix the GPMI clock name

Shawn Guo shawn.guo at linaro.org
Wed Jun 20 10:26:45 EDT 2012


On Tue, Jun 19, 2012 at 05:27:32PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at freescale.com>
> 
> The correct name for the GPMI clock is 'gpmi-nand'.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>

Applied, thanks.

Regards,
Shawn

> ---
>  drivers/clk/mxs/clk-imx23.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/clk/mxs/clk-imx23.c b/drivers/clk/mxs/clk-imx23.c
> index f7be225..40ad638 100644
> --- a/drivers/clk/mxs/clk-imx23.c
> +++ b/drivers/clk/mxs/clk-imx23.c
> @@ -106,7 +106,7 @@ static struct clk_lookup lcdif_lookups[] __initdata = {
>  
>  static struct clk_lookup gpmi_lookups[] __initdata = {
>  	{ .dev_id = "imx23-gpmi-nand", },
> -	{ .dev_id = "8000c000.gpmi", },
> +	{ .dev_id = "8000c000.gpmi-nand", },
>  };
>  
>  static const char *sel_pll[]  __initconst = { "pll", "ref_xtal", };
> -- 
> 1.7.1
> 




More information about the linux-arm-kernel mailing list