summaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorLucas Stach <[email protected]>2012-09-29 10:02:09 +0000
committerTom Rini <[email protected]>2012-10-15 11:54:07 -0700
commitc0720afbb56f91fd33fb5b4e564e1037809c6304 (patch)
tree612884dd33a0fd306e931c919c60112ba6e8cd9b /drivers/mtd
parent516f00b3240b678947389ccfbff54a5ebcc9b941 (diff)
tegra: nand: add board pinmux
Boards may require a different pinmux setup for NAND than the default one. Add a way to call into board specific code to set this up. Signed-off-by: Lucas Stach <[email protected]> Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/tegra_nand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/tegra_nand.c b/drivers/mtd/nand/tegra_nand.c
index 2c1b533bb04..5408c51ffb5 100644
--- a/drivers/mtd/nand/tegra_nand.c
+++ b/drivers/mtd/nand/tegra_nand.c
@@ -992,7 +992,6 @@ int tegra_nand_init(struct nand_chip *nand, int devnum)
/* Adjust timing for NAND device */
setup_timing(config->timing, info->reg);
- funcmux_select(PERIPH_ID_NDFLASH, FUNCMUX_DEFAULT);
fdtdec_setup_gpio(&config->wp_gpio);
gpio_direction_output(config->wp_gpio.gpio, 1);