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
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:20:42 +0300
commite35e2ecac60cb98c08ac49ce76c7e9fb08900ef8 (patch)
tree6d2f31a478efeac0b18ebf67c31cc946a05f5597 /arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts
parentbcb119f0b446651a5c0f40759fd7322418ccd9a9 (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";
+};