summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2013-11-06 19:37:38 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:29 -0600
commit3d219fe653e4f8d439f17b35f724b4fd55d1a850 (patch)
treef0d49cba4c704423580c91c43f7bfd9992cec676 /arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts
parentbb05e80c6aefe5040fa70c2c309eccf46e2edbef (diff)
ENGR00286724-10 dts: sabreauto: add new dts for flexcan1 support
The flexcan1 is pin conflict with fec. So we add a new dts file with flexcan1 enabled with fec disabled for user to use. Signed-off-by: Dong Aisheng <b29396@freescale.com> (cherry picked from commit ce7e34bdf46deb88fd8db718ffbad47507465fc8)
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts b/arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts
new file mode 100644
index 000000000000..14c8191a6e08
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2013 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 "imx6dl-sabreauto.dts"
+
+&flexcan1{
+ status = "okay";
+};
+
+&fec {
+ /* pin conflict with flexcan1 */
+ status = "disabled";
+};