summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Sweeny <scott.sweeny@timesys.com>2009-05-06 10:18:03 -0400
committerScott Sweeny <scott.sweeny@timesys.com>2009-05-06 10:18:03 -0400
commit768c9c2baa7619c23ca2428d108a5a085c777d51 (patch)
tree0f71b65cbe9c8077931d2fa2b7fa18b95c23c07a
parent2e260111442aee058e68541fe3c6f938d1174f8e (diff)
Fix some MUX settings
This patch originally from LogicPD OMAP35x Release 1.5.0 Original Patch Name: u-boot-1.1.4-omap3430-lv-som-30-PN1011880.patch
-rw-r--r--board/omap3430lv_som/omap3430lv_som.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/omap3430lv_som/omap3430lv_som.c b/board/omap3430lv_som/omap3430lv_som.c
index 654a5a75d9..2e77d79f4b 100644
--- a/board/omap3430lv_som/omap3430lv_som.c
+++ b/board/omap3430lv_som/omap3430lv_som.c
@@ -502,7 +502,7 @@ void set_muxconf_regs(void)
/* MUX_VAL(CP(GPMC_nCS3), (IDIS | PTU | EN | M0)); GPMC_nCS3*/
/* MUX_VAL(CP(GPMC_nCS4), (IDIS | PTU | EN | M0)); GPMC_nCS4 lab*/
MUX_VAL(CP(GPMC_nCS5), (IDIS | PTD | DIS | M0)); /*GPMC_nCS5 lab*/
- MUX_VAL(CP(GPMC_nCS6), (IEN | PTD | DIS | M1)); /*sys_ndmareq1 lab*/
+ MUX_VAL(CP(GPMC_nCS6), (IDIS | PTU | EN | M0)); /*GPMC_nCS6 */
MUX_VAL(CP(GPMC_nCS7), (IEN | PTU | EN | M1)); /*GPMC_IO_DIR lab*/
MUX_VAL(CP(GPMC_CLK), (IDIS | PTD | DIS | M0)); /*GPMC_CLK*/
MUX_VAL(CP(GPMC_nADV_ALE), (IDIS | PTD | DIS | M0)); /*GPMC_nADV_ALE*/
@@ -514,7 +514,7 @@ void set_muxconf_regs(void)
MUX_VAL(CP(GPMC_WAIT0), (IEN | PTU | EN | M0)); /*GPMC_WAIT0*/
MUX_VAL(CP(GPMC_WAIT1), (IEN | PTU | EN | M0)); /*GPMC_WAIT1*/
MUX_VAL(CP(GPMC_WAIT2), (IEN | PTU | EN | M0)); /*gpmc_nWait lab*/
- MUX_VAL(CP(GPMC_WAIT3), (IEN | PTU | EN | M0)); /*gpmc_nWait lab*/
+ MUX_VAL(CP(GPMC_WAIT3), (IEN | PTU | EN | M1)); /*uP_DREQ1 */
/*DSS*/
MUX_VAL(CP(DSS_PCLK), (IDIS | PTD | DIS | M0)); /*DSS_PCLK*/
MUX_VAL(CP(DSS_HSYNC), (IDIS | PTD | DIS | M0)); /*DSS_HSYNC*/