]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00220776 mx6dl_arm2: ECSPI pin config overlaped by epdc
authorRobin Gong <B38343@freescale.com>
Mon, 20 Aug 2012 11:24:28 +0000 (19:24 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:47 +0000 (14:12 +0200)
commit0e59f053a6ef50bb96245413fc99d9b5ce081d16
tree0c76a445af584eb0ea9f7bd486bdc984692ffff6
parent29e2b1c485b6f2e7e5cd21b3bcb6cf2fc6dd9214
ENGR00220776 mx6dl_arm2: ECSPI pin config overlaped by epdc

ECSPI pin MX6DL_PAD_EIM_D17__ECSPI1_MISO is configured overlap by epdc
MX6DL_PAD_EIM_D17__GPIO_3_17, so that SPI-NOR flash can't work normally.
From schematic of ARM2 board, epdc and spi share this pin if plug epdc
daughter board. But SPI-NOR is on ARM2 mother board, so it should be config
well firstly. So we make sure SPI-NOR work successfully by default. But if
enable epdc , SPI-NOR on ARM2 will work fail.

Signed-off-by: Robin Gong <B38343@freescale.com>
arch/arm/mach-mx6/board-mx6dl_arm2.h
arch/arm/mach-mx6/board-mx6q_arm2.c