mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
arm: meson: remove static ethernet memory power domain enable
The ethernet memory power domain is handled by the meson-ee-pwrc driver, delete the static code. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
6f3cd174a3
commit
775998d451
2 changed files with 0 additions and 6 deletions
|
@ -126,9 +126,6 @@ void meson_eth_init(phy_interface_t mode, unsigned int flags)
|
|||
printf("Invalid Ethernet interface mode\n");
|
||||
return;
|
||||
}
|
||||
|
||||
/* Enable power gate */
|
||||
clrbits_le32(G12A_MEM_PD_REG_0, G12A_MEM_PD_REG_0_ETH_MASK);
|
||||
}
|
||||
|
||||
#if CONFIG_IS_ENABLED(USB_DWC3_MESON_G12A) && \
|
||||
|
|
|
@ -142,9 +142,6 @@ void meson_eth_init(phy_interface_t mode, unsigned int flags)
|
|||
printf("Invalid Ethernet interface mode\n");
|
||||
return;
|
||||
}
|
||||
|
||||
/* Enable power gate */
|
||||
clrbits_le32(GX_MEM_PD_REG_0, GX_MEM_PD_REG_0_ETH_MASK);
|
||||
}
|
||||
|
||||
#if CONFIG_IS_ENABLED(USB_DWC3_MESON_GXL) && \
|
||||
|
|
Loading…
Add table
Reference in a new issue