projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
686e144
)
imx: mx35pdk: Fix WDOG_RST iomux function
author
Benoît Thébaudeau
<benoit.thebaudeau@advansee.com>
Fri, 3 May 2013 10:32:21 +0000
(10:32 +0000)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 5 May 2013 15:55:03 +0000
(17:55 +0200)
The signal connected from this pin to the PMIC is WDOG_B, i.e. ALT0 mode, not
ALT1 (which even corresponds to nothing).
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
board/freescale/mx35pdk/mx35pdk.c
patch
|
blob
|
history
diff --git
a/board/freescale/mx35pdk/mx35pdk.c
b/board/freescale/mx35pdk/mx35pdk.c
index b7f474e5ef49a8c6a27e37e7323df0c2a8691b96..9993d7bf37e6d475f75036ff45c4609d5ffef37d 100644
(file)
--- a/
board/freescale/mx35pdk/mx35pdk.c
+++ b/
board/freescale/mx35pdk/mx35pdk.c
@@
-263,7
+263,7
@@
int board_late_init(void)
if (pmic_detect()) {
p = pmic_get("FSL_PMIC");
mxc_request_iomux(MX35_PIN_WATCHDOG_RST, MUX_CONFIG_SION |
- MUX_CONFIG_
ALT1
);
+ MUX_CONFIG_
FUNC
);
pmic_reg_read(p, REG_SETTING_0, &pmic_val);
pmic_reg_write(p, REG_SETTING_0,