[PATCH] arm: baltos: switch to driver model for the net and mdio driver

From: Yegor Yefremov yegorslists@googlemail.com
Signed-off-by: Yegor Yefremov yegorslists@googlemail.com --- configs/am335x_baltos_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 63f0da9cb0..2781d49daf 100644 --- a/configs/am335x_baltos_defconfig +++ b/configs/am335x_baltos_defconfig @@ -55,6 +55,8 @@ CONFIG_SYS_NAND_U_BOOT_OFFS=0x00080000 CONFIG_PHY_ADDR_ENABLE=y CONFIG_PHY_ATHEROS=y CONFIG_PHY_SMSC=y +CONFIG_DM_ETH=y +CONFIG_DM_MDIO=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y

On Wed, Feb 12, 2020 at 12:44 PM yegorslists@googlemail.com wrote:
From: Yegor Yefremov yegorslists@googlemail.com
Signed-off-by: Yegor Yefremov yegorslists@googlemail.com
configs/am335x_baltos_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 63f0da9cb0..2781d49daf 100644 --- a/configs/am335x_baltos_defconfig +++ b/configs/am335x_baltos_defconfig @@ -55,6 +55,8 @@ CONFIG_SYS_NAND_U_BOOT_OFFS=0x00080000 CONFIG_PHY_ADDR_ENABLE=y CONFIG_PHY_ATHEROS=y CONFIG_PHY_SMSC=y +CONFIG_DM_ETH=y +CONFIG_DM_MDIO=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y -- 2.17.0
Adding Tom Rini to CC.
Yegor

On Wed, Mar 11, 2020 at 11:47:13AM +0100, Yegor Yefremov wrote:
On Wed, Feb 12, 2020 at 12:44 PM yegorslists@googlemail.com wrote:
From: Yegor Yefremov yegorslists@googlemail.com
Signed-off-by: Yegor Yefremov yegorslists@googlemail.com
configs/am335x_baltos_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 63f0da9cb0..2781d49daf 100644 --- a/configs/am335x_baltos_defconfig +++ b/configs/am335x_baltos_defconfig @@ -55,6 +55,8 @@ CONFIG_SYS_NAND_U_BOOT_OFFS=0x00080000 CONFIG_PHY_ADDR_ENABLE=y CONFIG_PHY_ATHEROS=y CONFIG_PHY_SMSC=y +CONFIG_DM_ETH=y +CONFIG_DM_MDIO=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y -- 2.17.0
Adding Tom Rini to CC.
Adding in Lokesh for am335x stuff, thanks!
participants (3)
-
Tom Rini
-
Yegor Yefremov
-
yegorslists@googlemail.com