diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2012-03-22 13:49:21 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:27 +0200 |
commit | 10cd73bf874c175d8892079b51821912e535d927 (patch) | |
tree | cb0f5b4f9e66be69a498df2151f62e56986d59ee /board/pandora/pandora.c | |
parent | 06a119a03147aec3cf1fe746a6ef0aa1c66e7e72 (diff) |
OMAP3: pandora: pin mux updates for DM3730 board variant
DM3730 needs some additional pin mux configuration for GPIOs
126-129 to work, add it.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Diffstat (limited to 'board/pandora/pandora.c')
-rw-r--r-- | board/pandora/pandora.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index f369598d77..5c77fad699 100644 --- a/board/pandora/pandora.c +++ b/board/pandora/pandora.c @@ -103,6 +103,9 @@ int misc_init_r(void) void set_muxconf_regs(void) { MUX_PANDORA(); + if (get_cpu_family() == CPU_OMAP36XX) { + MUX_PANDORA_3730(); + } } #ifdef CONFIG_GENERIC_MMC |