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 /include/configs/am3517_evm.h | |
parent | dc427369b1b0407baa0db1e2e365e42d4dde486d (diff) | |
download | u-boot-6a1df37349d6a01c505ffe5e11e5f623f3d9652e.tar.gz |
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 'include/configs/am3517_evm.h')
-rw-r--r-- | include/configs/am3517_evm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 1fa477aac8..b8b99c806f 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -58,6 +58,11 @@ */ /* + * OMAP GPIO configuration + */ +#define CONFIG_OMAP_GPIO + +/* * NS16550 Configuration */ #define V_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */ |