board: lsxl: disable eth0
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>
This commit is contained in:

committed by
Stefan Roese

parent
d9055e8656
commit
5dbf2f0de7
@@ -1,5 +1,9 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
|
ð0 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&hdd_power {
|
&hdd_power {
|
||||||
/delete-property/ regulator-always-on;
|
/delete-property/ regulator-always-on;
|
||||||
};
|
};
|
||||||
|
@@ -1,5 +1,9 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
|
ð0 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&hdd_power {
|
&hdd_power {
|
||||||
/delete-property/ regulator-always-on;
|
/delete-property/ regulator-always-on;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user