[omap]: add 3.13 support
[openwrt.git] / target / linux / omap / patches-3.12 / 002-ARM-dts-AM33xx-Correct-gpio-interrupt-cells-property.patch
1 From 29f3723bf62d46c238dcc5436787a8ad6b25a385 Mon Sep 17 00:00:00 2001
2 From: Lars Poeschel <poeschel@lemonage.de>
3 Date: Wed, 7 Aug 2013 13:06:32 +0200
4 Subject: [PATCH 02/14] ARM: dts: AM33xx: Correct gpio #interrupt-cells
5  property
6
7 Following commit ff5c9059 and therefore other omap platforms using
8 the gpio-omap driver correct the #interrupt-cells property on am33xx
9 too. The omap gpio binding documentaion also states that
10 the #interrupt-cells property should be 2.
11
12 Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
13 Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
14 Acked-by: Mark Rutland <mark.rutland@arm.com>
15 Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
16 ---
17  arch/arm/boot/dts/am33xx.dtsi | 8 ++++----
18  1 file changed, 4 insertions(+), 4 deletions(-)
19
20 --- a/arch/arm/boot/dts/am33xx.dtsi
21 +++ b/arch/arm/boot/dts/am33xx.dtsi
22 @@ -106,7 +106,7 @@
23                         gpio-controller;
24                         #gpio-cells = <2>;
25                         interrupt-controller;
26 -                       #interrupt-cells = <1>;
27 +                       #interrupt-cells = <2>;
28                         reg = <0x44e07000 0x1000>;
29                         interrupts = <96>;
30                 };
31 @@ -117,7 +117,7 @@
32                         gpio-controller;
33                         #gpio-cells = <2>;
34                         interrupt-controller;
35 -                       #interrupt-cells = <1>;
36 +                       #interrupt-cells = <2>;
37                         reg = <0x4804c000 0x1000>;
38                         interrupts = <98>;
39                 };
40 @@ -128,7 +128,7 @@
41                         gpio-controller;
42                         #gpio-cells = <2>;
43                         interrupt-controller;
44 -                       #interrupt-cells = <1>;
45 +                       #interrupt-cells = <2>;
46                         reg = <0x481ac000 0x1000>;
47                         interrupts = <32>;
48                 };
49 @@ -139,7 +139,7 @@
50                         gpio-controller;
51                         #gpio-cells = <2>;
52                         interrupt-controller;
53 -                       #interrupt-cells = <1>;
54 +                       #interrupt-cells = <2>;
55                         reg = <0x481ae000 0x1000>;
56                         interrupts = <62>;
57                 };