[U-Boot] [PATCH v1 2/8] am335x_evm: add nand pinmux definition

2012-10-30 Thread Ilya Yanok
Add NAND pins mux settings for AM335X devices. Enable NAND pins
for AM335X EVM board.

Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com
---
 board/ti/am335x/mux.c |   26 ++
 1 file changed, 26 insertions(+)

diff --git a/board/ti/am335x/mux.c b/board/ti/am335x/mux.c
index 80becd5..a46c680 100644
--- a/board/ti/am335x/mux.c
+++ b/board/ti/am335x/mux.c
@@ -362,6 +362,27 @@ static struct module_pin_mux mii1_pin_mux[] = {
{-1},
 };
 
+#ifdef CONFIG_NAND_OMAP_GPMC
+static struct module_pin_mux nand_pin_mux[] = {
+   {OFFSET(gpmc_ad0), (MODE(0) | PULLUP_EN | RXACTIVE)},   /* NAND AD0 */
+   {OFFSET(gpmc_ad1), (MODE(0) | PULLUP_EN | RXACTIVE)},   /* NAND AD1 */
+   {OFFSET(gpmc_ad2), (MODE(0) | PULLUP_EN | RXACTIVE)},   /* NAND AD2 */
+   {OFFSET(gpmc_ad3), (MODE(0) | PULLUP_EN | RXACTIVE)},   /* NAND AD3 */
+   {OFFSET(gpmc_ad4), (MODE(0) | PULLUP_EN | RXACTIVE)},   /* NAND AD4 */
+   {OFFSET(gpmc_ad5), (MODE(0) | PULLUP_EN | RXACTIVE)},   /* NAND AD5 */
+   {OFFSET(gpmc_ad6), (MODE(0) | PULLUP_EN | RXACTIVE)},   /* NAND AD6 */
+   {OFFSET(gpmc_ad7), (MODE(0) | PULLUP_EN | RXACTIVE)},   /* NAND AD7 */
+   {OFFSET(gpmc_wait0), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* NAND WAIT */
+   {OFFSET(gpmc_wpn), (MODE(7) | PULLUP_EN | RXACTIVE)},   /* NAND_WPN */
+   {OFFSET(gpmc_csn0), (MODE(0) | PULLUDEN)},  /* NAND_CS0 */
+   {OFFSET(gpmc_advn_ale), (MODE(0) | PULLUDEN)}, /* NAND_ADV_ALE */
+   {OFFSET(gpmc_oen_ren), (MODE(0) | PULLUDEN)},   /* NAND_OE */
+   {OFFSET(gpmc_wen), (MODE(0) | PULLUDEN)},   /* NAND_WEN */
+   {OFFSET(gpmc_be0n_cle), (MODE(0) | PULLUDEN)},  /* NAND_BE_CLE */
+   {-1},
+};
+#endif
+
 /*
  * Configure the pin mux for the module
  */
@@ -435,11 +456,16 @@ void enable_board_pin_mux(struct am335x_baseboard_id 
*header)
unsigned short profile = detect_daughter_board_profile();
configure_module_pin_mux(rgmii1_pin_mux);
configure_module_pin_mux(mmc0_pin_mux);
+#ifdef CONFIG_NAND_OMAP_GPMC
+   configure_module_pin_mux(nand_pin_mux);
+#endif
/* In profile #2 i2c1 and spi0 conflict. */
if (profile  ~PROFILE_2)
configure_module_pin_mux(i2c1_pin_mux);
else if (profile == PROFILE_2) {
+#ifndef CONFIG_NAND_OMAP_GPMC
configure_module_pin_mux(mmc1_pin_mux);
+#endif
configure_module_pin_mux(spi0_pin_mux);
}
} else if (!strncmp(header-name, A335X_SK, HDR_NAME_LEN)) {
-- 
1.7.10.2 (Apple Git-33)

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v1 2/8] am335x_evm: add nand pinmux definition

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/30/12 15:47, Ilya Yanok wrote:
 Add NAND pins mux settings for AM335X devices. Enable NAND pins for
 AM335X EVM board.
 
 Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com
[snip]

 @@ -435,11 +456,16 @@ void enable_board_pin_mux(struct
 am335x_baseboard_id *header) unsigned short profile =
 detect_daughter_board_profile(); 
 configure_module_pin_mux(rgmii1_pin_mux); 
 configure_module_pin_mux(mmc0_pin_mux); +#ifdef
 CONFIG_NAND_OMAP_GPMC +   configure_module_pin_mux(nand_pin_mux); 
 +#endif /* In profile #2 i2c1 and spi0 conflict. */ if (profile 
 ~PROFILE_2) configure_module_pin_mux(i2c1_pin_mux); else if
 (profile == PROFILE_2) { +#ifndef CONFIG_NAND_OMAP_GPMC 
 configure_module_pin_mux(mmc1_pin_mux); +#endif

Minor problem, NAND just isn't available in PROFILE_2 or PROFILE_3.
We should just do the pinmux when we're in anything but those profiles.

- -- 
Tom

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQkGavAAoJENk4IS6UOR1Wdv4P/1ZmDv0YbStiacEE/Aa8Oklg
VrAWz6rgB5PyIaIDwOWvQ01Y8YpzPgOKUtixya8vyBp1f/guBwAIEnSlqbZzjo2R
OmZmhWWUfagmhXgUgz8bC8sKlmtAK4YtHE0zQaujXjNg7sKJ1UM6JS0PtqvM338o
56KvGK/ngmx/EU4K/VJ6FgRzJcbZmkXWu71e+6d/cPIjZdbmdqvIGEZUxrc865I6
n//3UYOyGujW+Z/fOswpZGNXAVOSyieYThXyY9wLtPgv2cnLDa6GC6E9QwN53Lat
6oV0+ub6jjY1A0BRsoKwMzJ1klTePJ9LFRVJsuzivRC+CH9tLNiq+uvmTFtRDdRh
Vh0Bh3+dNmNiQeJKVAOmLMNylpdF5+FRDEqdYd5V3S9h/InApL3u2mTafr2AHgEK
Dl/QouttvRBdvdAUIFMy6khaH3chMojUEuNUNSOWGkSHNYV6KELAohMuRrtAHHak
95iSUiT5mP+JTlX0ltI/8LqLUapbeu6xWxRkRRaLOuCCCPRUuP5fNBr7gpEHUvsx
uIzYrkjLJ7p8qcgpjmnMZZgB3fpYFAiL7B6c8eDJ0u+vX5cUvtkpE9yMwUzYvnnH
MlVKY6nBUE4VDYayFF9R8czGBFNb+recaGm86swpprSsWlzh+RnfFD4QplI1g112
g9fdnSHIHPiJq/TygkWk
=8JAH
-END PGP SIGNATURE-
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot