summaryrefslogtreecommitdiff
path: root/arch/arm/mach-meson/board-gx.c
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2021-02-25 09:44:37 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2021-04-06 11:10:29 +0200
commit775998d4518c2da2cda02e11edd73a6a7397fcc9 (patch)
tree88809e85f876d9df6c67cf3374c6c5649132ed3c /arch/arm/mach-meson/board-gx.c
parent6f3cd174a3c31c417b7fb72be85e26e9db8e9493 (diff)
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>
Diffstat (limited to 'arch/arm/mach-meson/board-gx.c')
-rw-r--r--arch/arm/mach-meson/board-gx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-meson/board-gx.c b/arch/arm/mach-meson/board-gx.c
index 876405f0d4..cae7af5afb 100644
--- a/arch/arm/mach-meson/board-gx.c
+++ b/arch/arm/mach-meson/board-gx.c
@@ -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) && \