projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
113b7ba
)
AA: ar71xx: om2p-hs: use correct bit mask to disable JTAG functionality
author
Gabor Juhos
<
[email protected]
>
Mon, 11 Mar 2013 20:24:46 +0000
(20:24 +0000)
committer
Gabor Juhos
<
[email protected]
>
Mon, 11 Mar 2013 20:24:46 +0000
(20:24 +0000)
Backport of r35966.
Signed-off-by: Gabor Juhos <
[email protected]
>
SVN-Revision: 35968
target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
b/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
index f6165273d8ea5e81989e20fc6328004aaf660750..8adac0f65f44af65c065f8777c11e77d3859db6b 100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
+++ b/
target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
@@
-187,7
+187,7
@@
static void __init om2p_hs_setup(void)
/* enable reset button */
ath79_gpio_output_select(OM2P_GPIO_BTN_RESET, AR934X_GPIO_OUT_GPIO);
- ath79_gpio_function_enable(AR93
3
X_GPIO_FUNC_JTAG_DISABLE);
+ ath79_gpio_function_enable(AR93
4
X_GPIO_FUNC_JTAG_DISABLE);
om2p_leds_gpio[4].gpio = OM2P_GPIO_LED_WAN;
om2p_leds_gpio[5].gpio = OM2P_GPIO_LED_LAN;