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@nxp.com>2016-01-14 11:02:45 -0600
commitbe137110ca3d3cdf6aaaa201e58dc881d142327d (patch)
tree8d4243946810aa0735956055bd7d635b523f2417 /arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts
parentea66bd5cab0bc3385d17a6976ff134e4b3136151 (diff)
MLK-12016-3 dts: sabreauto: add flexcan 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 <aisheng.dong@freescale.com>
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..f101f7c7b7b0
--- /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"
+
+&can1{
+ status = "okay";
+};
+
+&fec {
+ /* pin conflict with flexcan1 */
+ status = "disabled";
+};