Merge branch 'clk/mxs-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6...
authorMike Turquette <mturquette@linaro.org>
Thu, 12 Jul 2012 00:57:49 +0000 (17:57 -0700)
committerMike Turquette <mturquette@linaro.org>
Thu, 12 Jul 2012 00:57:49 +0000 (17:57 -0700)
1  2 
drivers/clk/mxs/clk-imx23.c
drivers/clk/mxs/clk-imx28.c

@@@ -104,9 -104,9 +104,9 @@@ static struct clk_lookup lcdif_lookups[
        { .dev_id = "80030000.lcdif", },
  };
  
 -static struct clk_lookup gpmi_lookups[] __initdata = {
 +static struct clk_lookup gpmi_lookups[] = {
        { .dev_id = "imx23-gpmi-nand", },
-       { .dev_id = "8000c000.gpmi", },
+       { .dev_id = "8000c000.gpmi-nand", },
  };
  
  static const char *sel_pll[]  __initconst = { "pll", "ref_xtal", };
@@@ -172,12 -172,12 +172,12 @@@ static struct clk_lookup lcdif_lookups[
        { .dev_id = "80030000.lcdif", },
  };
  
 -static struct clk_lookup gpmi_lookups[] __initdata = {
 +static struct clk_lookup gpmi_lookups[] = {
        { .dev_id = "imx28-gpmi-nand", },
-       { .dev_id = "8000c000.gpmi", },
+       { .dev_id = "8000c000.gpmi-nand", },
  };
  
 -static struct clk_lookup fec_lookups[] __initdata = {
 +static struct clk_lookup fec_lookups[] = {
        { .dev_id = "imx28-fec.0", },
        { .dev_id = "imx28-fec.1", },
        { .dev_id = "800f0000.ethernet", },