]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: omap3-devkit8000: Fix CONFIG_DM_ETH warning
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>
Thu, 2 Jun 2022 20:27:08 +0000 (22:27 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jun 2022 14:58:26 +0000 (10:58 -0400)
Add the missing ethernet node in u-boot dts.

Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
arch/arm/dts/omap3-devkit8000-u-boot.dtsi
configs/devkit8000_defconfig

index 2c03701c896ad77f81efc514ea09c26a763af421..a5768b7281d57e55d2c7e0e3ad87b418a358112d 100644 (file)
        chosen {
                stdout-path = &uart3;
        };
+
+       ethernet@2c000000 {
+               compatible = "davicom,dm9000";
+               reg = <0x2c000000 2 0x2c000400 2>;
+               bank-width = <2>;
+       };
 };
index 76371e3074f87e0303e5b02446cd1f1bc31542c5..a5e9f614df18c7b3e4df8bafee77856f2e62bc61 100644 (file)
@@ -84,5 +84,6 @@ CONFIG_SYS_NAND_OOBSIZE=0x40
 CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
 CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
 CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
+CONFIG_DM_ETH=y
 CONFIG_DRIVER_DM9000=y
 CONFIG_JFFS2_NAND=y