imx6: switch to 3.18
[openwrt.git] / target / linux / imx6 / patches-3.14 / 0001-ARM-dts-disable-flexcan-by-default.patch
1 From 1759b172f78263de7077a2743e11f3b718682849 Mon Sep 17 00:00:00 2001
2 From: Tim Harvey <tharvey@gateworks.com>
3 Date: Tue, 22 Oct 2013 21:51:27 -0700
4 Subject: [PATCH 1/3] ARM: dts: disable flexcan by default
5
6 Typically nodes are disabled by default and enabled when needed.
7
8 Signed-off-by: Tim Harvey <tharvey@gateworks.com>
9 Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
10 ---
11  arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
12  1 file changed, 2 insertions(+)
13
14 --- a/arch/arm/boot/dts/imx6qdl.dtsi
15 +++ b/arch/arm/boot/dts/imx6qdl.dtsi
16 @@ -331,6 +331,7 @@
17                                 interrupts = <0 110 0x04>;
18                                 clocks = <&clks 108>, <&clks 109>;
19                                 clock-names = "ipg", "per";
20 +                               status = "disabled";
21                         };
22  
23                         can2: flexcan@02094000 {
24 @@ -339,6 +340,7 @@
25                                 interrupts = <0 111 0x04>;
26                                 clocks = <&clks 110>, <&clks 111>;
27                                 clock-names = "ipg", "per";
28 +                               status = "disabled";
29                         };
30  
31                         gpt: gpt@02098000 {