]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: lsxl: disable eth0
authorMichael Walle <michael@walle.cc>
Wed, 17 Aug 2022 19:38:08 +0000 (21:38 +0200)
committerStefan Roese <sr@denx.de>
Tue, 23 Aug 2022 10:40:27 +0000 (12:40 +0200)
The board has only one network interface. The linux kernel will
gracefully skip a the ethernet interface if no connected PHY could be
probed. u-boot on the other hand will throw an error message. The kernel
device tree is about to be fixed. For now, just disable the ethernet
interface in our -u-boot.dtsi.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/kirkwood-lschlv2-u-boot.dtsi
arch/arm/dts/kirkwood-lsxhl-u-boot.dtsi

index 208b02c9dab248862315da0b1560f98f393546a6..7fc2d7d3b412c1f5f2e6f91efc5d3a46a4e62195 100644 (file)
@@ -1,5 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0+
 
+&eth0 {
+       status = "disabled";
+};
+
 &hdd_power {
        /delete-property/ regulator-always-on;
 };
index 208b02c9dab248862315da0b1560f98f393546a6..7fc2d7d3b412c1f5f2e6f91efc5d3a46a4e62195 100644 (file)
@@ -1,5 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0+
 
+&eth0 {
+       status = "disabled";
+};
+
 &hdd_power {
        /delete-property/ regulator-always-on;
 };