[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1340137652-2227-1-git-send-email-festevam@gmail.com>
Date: Tue, 19 Jun 2012 17:27:32 -0300
From: Fabio Estevam <festevam@...il.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, shawn.guo@...aro.org, marex@...x.de,
kernel@...gutronix.de, Fabio Estevam <fabio.estevam@...escale.com>
Subject: [PATCH] clk: mxs: Fix the GPMI clock name
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>
---
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@...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