aboutsummaryrefslogtreecommitdiff
path: root/board/amlogic
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2019-05-28 13:15:15 +0200
committerNeil Armstrong <narmstrong@baylibre.com>2019-05-31 10:04:15 +0200
commit7336cf34d1740cd3f2fa1ef353aa041ae39a0516 (patch)
tree0b43329dc522b27f8091366d93919f29690bdc7a /board/amlogic
parent407544c2ef34fd98f1eeb9a35729d5a1152a1238 (diff)
downloadu-boot-7336cf34d1740cd3f2fa1ef353aa041ae39a0516.zip
u-boot-7336cf34d1740cd3f2fa1ef353aa041ae39a0516.tar.gz
u-boot-7336cf34d1740cd3f2fa1ef353aa041ae39a0516.tar.bz2
boards: amlogic-g200: remove phy reset
The PHY reset is now handled by the MAC driver, remove this leftover. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'board/amlogic')
-rw-r--r--board/amlogic/q200/q200.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/amlogic/q200/q200.c b/board/amlogic/q200/q200.c
index 6db1b26..de97d6a 100644
--- a/board/amlogic/q200/q200.c
+++ b/board/amlogic/q200/q200.c
@@ -26,12 +26,6 @@ int misc_init_r(void)
meson_eth_init(PHY_INTERFACE_MODE_RGMII, 0);
- /* Reset PHY on GPIOZ_14 */
- clrbits_le32(GX_GPIO_EN(3), BIT(14));
- clrbits_le32(GX_GPIO_OUT(3), BIT(14));
- mdelay(10);
- setbits_le32(GX_GPIO_OUT(3), BIT(14));
-
if (!eth_env_get_enetaddr("ethaddr", mac_addr)) {
len = meson_sm_read_efuse(EFUSE_MAC_OFFSET,
mac_addr, EFUSE_MAC_SIZE);