summaryrefslogtreecommitdiff
path: root/configs/rzg2_beacon_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2023-01-04 21:05:43 +0300
committerTom Rini <trini@konsulko.com>2023-01-06 16:14:19 +0300
commit5404dfcc4dbb56a9b255e08b67b46d1181565e6f (patch)
tree4cd8bfce0938f9173b0b2a896ab929b336479a90 /configs/rzg2_beacon_defconfig
parentedd9c891d20e440d87196a848cad3f85cca8ef2b (diff)
downloadu-boot-5404dfcc4dbb56a9b255e08b67b46d1181565e6f.tar.xz
arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY
Due to the part shortage, the AR8031 PHY was replaced with a Micrel KSZ9131. Enabling both config options keeps backward compatibility with either platform, and both appear to be auto-detected. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'configs/rzg2_beacon_defconfig')
-rw-r--r--configs/rzg2_beacon_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig
index 36787057a2..b4ea6c630a 100644
--- a/configs/rzg2_beacon_defconfig
+++ b/configs/rzg2_beacon_defconfig
@@ -68,6 +68,8 @@ CONFIG_SPI_FLASH_WINBOND=y
CONFIG_BITBANGMII=y
CONFIG_BITBANGMII_MULTI=y
CONFIG_PHY_ATHEROS=y
+CONFIG_PHY_MICREL=y
+CONFIG_PHY_MICREL_KSZ90X1=y
CONFIG_RENESAS_RAVB=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y