[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201206192313.07458.marex@denx.de>
Date: Tue, 19 Jun 2012 23:13:07 +0200
From: Marek Vasut <marex@...x.de>
To: Fabio Estevam <festevam@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
shawn.guo@...aro.org, kernel@...gutronix.de,
Fabio Estevam <fabio.estevam@...escale.com>
Subject: Re: [PATCH] clk: mxs: Fix the GPMI clock name
Dear Fabio Estevam,
> From: Fabio Estevam <fabio.estevam@...escale.com>
>
> The correct name for the GPMI clock is 'gpmi-nand'.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@...escale.com>
Acked-by: Marek Vasut <marex@...x.de>
> ---
> 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", };
Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists