From 85464a211ccb5e3874b323623a7cf2f07bce9fc1 Mon Sep 17 00:00:00 2001 From: Camelia Groza Date: Thu, 7 Dec 2017 15:31:31 +0200 Subject: arm64: dts: ls1046a: disable Ethernet nodes 0 and 1 The Ethernet nodes 0 and 1 aren't present on LS1046A RDB platforms. Remove the nodes in order to avoid error messages at boot time. Signed-off-by: Camelia Groza diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-sdk.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-sdk.dts index 87f598c..f84e49b 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-sdk.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-sdk.dts @@ -65,6 +65,12 @@ }; &fsldpaa { + ethernet@0 { + status = "disabled"; + }; + ethernet@1 { + status = "disabled"; + }; ethernet@9 { compatible = "fsl,dpa-ethernet"; fsl,fman-mac = <&enet7>; -- cgit v0.10.2