aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2022-06-02 22:27:08 +0200
committerTom Rini <trini@konsulko.com>2022-06-22 10:58:26 -0400
commita47ce34403f27178c1264bf60496bbb9a21e5842 (patch)
treeb72d1c6c111101a339b17956dd8133435d4694fe /arch
parent8d09c7b774af20660e5baae28210e92a20ffda04 (diff)
downloadu-boot-a47ce34403f27178c1264bf60496bbb9a21e5842.zip
u-boot-a47ce34403f27178c1264bf60496bbb9a21e5842.tar.gz
u-boot-a47ce34403f27178c1264bf60496bbb9a21e5842.tar.bz2
ARM: dts: omap3-devkit8000: Fix CONFIG_DM_ETH warning
Add the missing ethernet node in u-boot dts. Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/omap3-devkit8000-u-boot.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/omap3-devkit8000-u-boot.dtsi b/arch/arm/dts/omap3-devkit8000-u-boot.dtsi
index 2c03701..a5768b7 100644
--- a/arch/arm/dts/omap3-devkit8000-u-boot.dtsi
+++ b/arch/arm/dts/omap3-devkit8000-u-boot.dtsi
@@ -11,4 +11,10 @@
chosen {
stdout-path = &uart3;
};
+
+ ethernet@2c000000 {
+ compatible = "davicom,dm9000";
+ reg = <0x2c000000 2 0x2c000400 2>;
+ bank-width = <2>;
+ };
};