mtd: gpmi: do not set the default values for the extra clocks
authorHuang Shijie <b32955@freescale.com>
Thu, 13 Sep 2012 06:57:58 +0000 (14:57 +0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 29 Sep 2012 14:56:07 +0000 (15:56 +0100)
commite1ca95e3a93c9a0392163a7a6791deda48b5eeca
tree25f3ce7bdd228760f14007e9c8c757a929228caf
parentc50d35a9fdb628c5fcce5c2d4ab5ad9bedb2edb9
mtd: gpmi: do not set the default values for the extra clocks

The default frequencies of the extra clocks are 200MHz.
The current code sets the extra clocks to 44.5MHz.

When i add the EDO feature to gpmi, i have to revert the extra clocks
to 200MHz.

So it is better that we do not set the default values for the extra
clocks. The driver runs well even when we do not set the default values for
extra clocks.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/gpmi-nand/gpmi-nand.c