]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY
authorAdam Ford <aford173@gmail.com>
Wed, 4 Jan 2023 18:05:43 +0000 (12:05 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Jan 2023 13:14:19 +0000 (08:14 -0500)
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>
configs/rzg2_beacon_defconfig

index 36787057a28e642d8efbdce1819cb9d80e016b0a..b4ea6c630ab2daca577868e72a70ac5145c59b9f 100644 (file)
@@ -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