mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 04:21:18 +02:00
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>
This commit is contained in:
@@ -26,12 +26,6 @@ int misc_init_r(void)
|
|||||||
|
|
||||||
meson_eth_init(PHY_INTERFACE_MODE_RGMII, 0);
|
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)) {
|
if (!eth_env_get_enetaddr("ethaddr", mac_addr)) {
|
||||||
len = meson_sm_read_efuse(EFUSE_MAC_OFFSET,
|
len = meson_sm_read_efuse(EFUSE_MAC_OFFSET,
|
||||||
mac_addr, EFUSE_MAC_SIZE);
|
mac_addr, EFUSE_MAC_SIZE);
|
||||||
|
Reference in New Issue
Block a user