summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts
diff options
context:
space:
mode:
authorJoakim Zhang <qiangqing.zhang@nxp.com>2019-10-29 13:01:08 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:08:48 +0800
commit6738f1d9e18b5f3a0fed9b6d4f53abf17fdc2880 (patch)
tree02109abaac040ff6ca199bca5da5e689990a594e /arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts
parentc4d79d368078a572aa43505583ae5e42d4249a85 (diff)
arch: arm: dts: add dts file to enable can1
Add dts file to enbale can1 which is pin conflict with fec on i.MX6Q/QP/DL sabreauto board. Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.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";
+};