public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 2/8] am335x_evm: add nand pinmux definition
Date: Tue, 30 Oct 2012 16:45:51 -0700	[thread overview]
Message-ID: <509066AF.8080401@ti.com> (raw)
In-Reply-To: <1351637263-17464-3-git-send-email-ilya.yanok@cogentembedded.com>

-----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.yanok@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-----

  reply	other threads:[~2012-10-30 23:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 22:47 [U-Boot] [PATCH v1 0/8] NAND support for AM33XX Ilya Yanok
2012-10-30 22:47 ` [U-Boot] [PATCH v1 1/8] OMAP: include sys_proto.h from boot-common Ilya Yanok
2012-10-30 22:47 ` [U-Boot] [PATCH v1 2/8] am335x_evm: add nand pinmux definition Ilya Yanok
2012-10-30 23:45   ` Tom Rini [this message]
2012-10-30 22:47 ` [U-Boot] [PATCH v1 3/8] am33xx: NAND support Ilya Yanok
2012-10-30 23:51   ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 4/8] am335x_evm: enable " Ilya Yanok
2012-10-30 23:53   ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 5/8] am33xx: add ELM support Ilya Yanok
2012-10-30 23:54   ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 6/8] omap_gpmc: BCH8 support (ELM based) Ilya Yanok
2012-10-30 22:47 ` [U-Boot] [PATCH v1 7/8] am33xx_spl_bch: simple SPL nand loader for AM33XX Ilya Yanok
2012-10-31  0:03   ` Tom Rini
2012-11-03 16:21     ` Ilya Yanok
2012-11-05 16:57       ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 8/8] am335x_evm: enable SPL NAND support Ilya Yanok

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=509066AF.8080401@ti.com \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox