aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/patches-3.14/0001-ARM-dts-disable-flexcan-by-default.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-12 12:29:19 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-12 12:29:19 +0000
commit80d399cf58a4c03bc8851f2ea395f728053735e0 (patch)
tree5b497ff772f0d7c6802956b32cf698bd963c5456 /target/linux/imx6/patches-3.14/0001-ARM-dts-disable-flexcan-by-default.patch
parent850a2134ceba594301d907098308b4c51af9d240 (diff)
downloadmaster-187ad058-80d399cf58a4c03bc8851f2ea395f728053735e0.tar.gz
master-187ad058-80d399cf58a4c03bc8851f2ea395f728053735e0.tar.bz2
master-187ad058-80d399cf58a4c03bc8851f2ea395f728053735e0.zip
imx6: add support for 3.14
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40753 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/patches-3.14/0001-ARM-dts-disable-flexcan-by-default.patch')
-rw-r--r--target/linux/imx6/patches-3.14/0001-ARM-dts-disable-flexcan-by-default.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.14/0001-ARM-dts-disable-flexcan-by-default.patch b/target/linux/imx6/patches-3.14/0001-ARM-dts-disable-flexcan-by-default.patch
new file mode 100644
index 0000000000..babd544af8
--- /dev/null
+++ b/target/linux/imx6/patches-3.14/0001-ARM-dts-disable-flexcan-by-default.patch
@@ -0,0 +1,31 @@
+From 1759b172f78263de7077a2743e11f3b718682849 Mon Sep 17 00:00:00 2001
+From: Tim Harvey <tharvey@gateworks.com>
+Date: Tue, 22 Oct 2013 21:51:27 -0700
+Subject: [PATCH 1/3] ARM: dts: disable flexcan by default
+
+Typically nodes are disabled by default and enabled when needed.
+
+Signed-off-by: Tim Harvey <tharvey@gateworks.com>
+Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
+---
+ arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/arch/arm/boot/dts/imx6qdl.dtsi
++++ b/arch/arm/boot/dts/imx6qdl.dtsi
+@@ -331,6 +331,7 @@
+ interrupts = <0 110 0x04>;
+ clocks = <&clks 108>, <&clks 109>;
+ clock-names = "ipg", "per";
++ status = "disabled";
+ };
+
+ can2: flexcan@02094000 {
+@@ -339,6 +340,7 @@
+ interrupts = <0 111 0x04>;
+ clocks = <&clks 110>, <&clks 111>;
+ clock-names = "ipg", "per";
++ status = "disabled";
+ };
+
+ gpt: gpt@02098000 {