From: Adam Ford Date: Wed, 4 Jan 2023 18:05:43 +0000 (-0600) Subject: arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY X-Git-Tag: baikal/mips/sdk5.8.2~5^2~105^2 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=e020cb8440f9917cba2f1984a434775dc3a1bcb2;p=uboot.git 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 Reviewed-by: Marek Vasut --- 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