summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamelia Groza <camelia.groza@nxp.com>2017-12-07 13:31:31 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-12-12 09:38:28 (GMT)
commit85464a211ccb5e3874b323623a7cf2f07bce9fc1 (patch)
tree3636cd74214d4258d1fdd3f754e1289f1c452a23
parent247e303ccb9ce054576816a72a349b156e311d9e (diff)
downloadlinux-85464a211ccb5e3874b323623a7cf2f07bce9fc1.tar.xz
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 <camelia.groza@nxp.com>
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-sdk.dts6
1 files changed, 6 insertions, 0 deletions
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>;