]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: mxc_nand: Adapt the clock name to the new clock framework
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 5 Sep 2012 14:52:27 +0000 (11:52 -0300)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 29 Sep 2012 14:43:29 +0000 (15:43 +0100)
commit24b82d3c350dfc16cd4a7de87ca0959ff5fbaa15
tree6a039534eacd7993daf77b9a53d7885ff0de6b65
parentddf16d620bd80b3c99160acd336c985b70399e37
mtd: mxc_nand: Adapt the clock name to the new clock framework

With the new i.mx clock framework the mxc_nand clock is registered as:

clk_register_clkdev(clk[nfc_gate], NULL, "mxc_nand");0")

So we do not need to pass "nfc" string and can use NULL instead.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/mxc_nand.c