diff options
| author | 2012-06-19 17:27:32 -0300 | |
|---|---|---|
| committer | 2012-06-27 21:04:28 +0800 | |
| commit | 8c6facab8e99f7f90eaa1edbaf4baf217ac5ea5f (patch) | |
| tree | 60dde5e97029d2ef1cb840c1b62c94322203d804 | |
| parent | clk: mxs: rename the gpmi clock for imx28 (diff) | |
| download | wireguard-linux-8c6facab8e99f7f90eaa1edbaf4baf217ac5ea5f.tar.xz wireguard-linux-8c6facab8e99f7f90eaa1edbaf4baf217ac5ea5f.zip | |
clk: mxs: Fix the GPMI clock name
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>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
| -rw-r--r-- | 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 f7be225f544c..40ad638dbe6c 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", }; |
