summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-sdb-enet.dts
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-03-05 10:29:23 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:21:54 -0500
commitfa4097c5cc99cb2e0ab2fcb18099f06be6499fc4 (patch)
tree792f5a4ed9fdf90644908be5efa87bfd4f6b7bec /arch/arm/boot/dts/imx7d-sdb-enet.dts
parent15fc542654572057615b8e97fb355fc2fb9d2b00 (diff)
MLK-10372 ARM: dts: imx7d: Rename imx7d-evk to imx7d-sdb
The official name for i.MX7D EVK board is i.MX7D SabreSD, to align with it, change the DTS file name to imx7d-sdb.dts Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-sdb-enet.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-sdb-enet.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb-enet.dts b/arch/arm/boot/dts/imx7d-sdb-enet.dts
new file mode 100644
index 000000000000..24f41ff62c00
--- /dev/null
+++ b/arch/arm/boot/dts/imx7d-sdb-enet.dts
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx7d-sdb.dts"
+
+&epdc {
+ status = "disabled";
+};
+
+&fec2 {
+ status = "okay";
+};