diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2013-12-11 15:41:11 +0100 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-12-12 17:43:34 -0500 | 
| commit | 6a1df37349d6a01c505ffe5e11e5f623f3d9652e (patch) | |
| tree | b5cbee51347692d0038acc42577629310f99a320 /board/logicpd/am3517evm/am3517evm.h | |
| parent | dc427369b1b0407baa0db1e2e365e42d4dde486d (diff) | |
| download | olio-uboot-2014.01-6a1df37349d6a01c505ffe5e11e5f623f3d9652e.tar.xz olio-uboot-2014.01-6a1df37349d6a01c505ffe5e11e5f623f3d9652e.zip | |
am3517_evm: activate Ethernet PHY
Pin 30 is connected to PHY's RESET# signal, so it must be
put to high. Otherwise PHY won't be found via MDIO interface.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Diffstat (limited to 'board/logicpd/am3517evm/am3517evm.h')
| -rw-r--r-- | board/logicpd/am3517evm/am3517evm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/logicpd/am3517evm/am3517evm.h b/board/logicpd/am3517evm/am3517evm.h index 704af847a..d407d66ae 100644 --- a/board/logicpd/am3517evm/am3517evm.h +++ b/board/logicpd/am3517evm/am3517evm.h @@ -315,7 +315,7 @@ const omap3_sysinfo sysinfo = {  	MUX_VAL(CP(SYS_CLKREQ),		(IEN  | PTD | DIS | M0)) \  	MUX_VAL(CP(SYS_NIRQ),		(IEN  | PTU | EN  | M0)) \  	/*SYS_nRESWARM */\ -	MUX_VAL(CP(SYS_NRESWARM),     	(IDIS | PTU | DIS | M4)) \ +	MUX_VAL(CP(SYS_NRESWARM),     	(IDIS | PTU | EN | M4)) \  							/* - GPIO30 */\  	MUX_VAL(CP(SYS_BOOT0),		(IEN  | PTD | DIS | M4)) /*GPIO_2*/\  							 /* - PEN_IRQ */\ |