From 32d2461e0467b50abeb5662fce41fdd686e88b61 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 29 May 2023 20:28:54 +0200 Subject: [PATCH] ARM: renesas: Enable DM_ETH_PHY and SMSC PHY driver The board comes with SMSC LAN8710A PHY, enable matching driver. Enable DM_ETH_PHY in the process to start using DM drivers more. Signed-off-by: Marek Vasut --- Cc: Geert Uytterhoeven Cc: Joe Hershberger Cc: Michal Simek Cc: Nishanth Menon Cc: Ramon Fried --- configs/grpeach_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/grpeach_defconfig b/configs/grpeach_defconfig index 04edcf34f2..36925f3e47 100644 --- a/configs/grpeach_defconfig +++ b/configs/grpeach_defconfig @@ -52,6 +52,9 @@ CONFIG_SPI_FLASH_MACRONIX=y # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_BITBANGMII=y CONFIG_BITBANGMII_MULTI=y +CONFIG_PHY_SMSC=y +CONFIG_PHY_ETHERNET_ID=y +CONFIG_DM_ETH_PHY=y CONFIG_SH_ETHER=y CONFIG_PINCTRL=y CONFIG_DM_REGULATOR=y -- 2.39.5