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

From: Shawn Guo
Date: Wed Jun 20 2012 - 10:26:56 EST


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

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
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/