* [PATCH] clk: mxs: Fix the GPMI clock name
@ 2012-06-19 20:27 Fabio Estevam
2012-06-19 21:13 ` Marek Vasut
2012-06-20 14:26 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2012-06-19 20:27 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@freescale.com>
The correct name for the GPMI clock is 'gpmi-nand'.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] clk: mxs: Fix the GPMI clock name
2012-06-19 20:27 [PATCH] clk: mxs: Fix the GPMI clock name Fabio Estevam
@ 2012-06-19 21:13 ` Marek Vasut
2012-06-20 14:26 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2012-06-19 21:13 UTC (permalink / raw)
To: linux-arm-kernel
Dear Fabio Estevam,
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> The correct name for the GPMI clock is 'gpmi-nand'.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] clk: mxs: Fix the GPMI clock name
2012-06-19 20:27 [PATCH] clk: mxs: Fix the GPMI clock name Fabio Estevam
2012-06-19 21:13 ` Marek Vasut
@ 2012-06-20 14:26 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2012-06-20 14:26 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 19, 2012 at 05:27:32PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> The correct name for the GPMI clock is 'gpmi-nand'.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-20 14:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 20:27 [PATCH] clk: mxs: Fix the GPMI clock name Fabio Estevam
2012-06-19 21:13 ` Marek Vasut
2012-06-20 14:26 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).