diff mbox series

[2/5] configs/am62x_beagleplay_a53_defconfig: enable DM_ETH_PHY

Message ID 20240305-for-2024-07-beagleplay-eth-v1-2-e1294a575cc1@kernel.org
State Accepted
Commit ba291718d7ab9ca0dc1c3c357d817bb12f587af0
Delegated to: Ramon Fried
Headers show
Series net: mdio-uclass: probe generic Ethernet PHY driver & Fix Beagleplay Ethernet | expand

Commit Message

Roger Quadros March 5, 2024, 1:24 p.m. UTC
Reset GPIO handling is done in ETH PHY Class driver.
Enable DM_ETH_PHY.

We don't use Fixed PHY so disable PHY_FIXED.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
---
 configs/am62x_beagleplay_a53_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini March 28, 2024, 3:09 p.m. UTC | #1
On Tue, Mar 05, 2024 at 03:24:54PM +0200, Roger Quadros wrote:

> Reset GPIO handling is done in ETH PHY Class driver.
> Enable DM_ETH_PHY.
> 
> We don't use Fixed PHY so disable PHY_FIXED.
> 
> Signed-off-by: Roger Quadros <rogerq@kernel.org>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/configs/am62x_beagleplay_a53_defconfig b/configs/am62x_beagleplay_a53_defconfig
index 1f43891d10..a8925e4dcf 100644
--- a/configs/am62x_beagleplay_a53_defconfig
+++ b/configs/am62x_beagleplay_a53_defconfig
@@ -90,9 +90,9 @@  CONFIG_SPL_MMC_SDHCI_ADMA=y
 CONFIG_MMC_SDHCI_AM654=y
 CONFIG_PHY_REALTEK=y
 CONFIG_PHY_TI=y
-CONFIG_PHY_FIXED=y
 CONFIG_TI_AM65_CPSW_NUSS=y
 CONFIG_PHY=y
+CONFIG_DM_ETH_PHY=y
 CONFIG_PINCTRL=y
 CONFIG_SPL_PINCTRL=y
 CONFIG_PINCTRL_SINGLE=y