kernel: add missing config symbols to 3.13
[openwrt.git] / target / linux / sunxi / patches-3.13 / 177-dt-sun7i-fix-ehci-irqtypes.patch
1 From 06285d1c64552291f136eb197b6f05bc9d9c1d0e Mon Sep 17 00:00:00 2001
2 From: Hans de Goede <hdegoede@redhat.com>
3 Date: Tue, 17 Dec 2013 23:26:45 +0100
4 Subject: [PATCH] ARM: dts: sun7i: Fix ehci interrupt types
5
6 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
7 ---
8  arch/arm/boot/dts/sun7i-a20.dtsi | 4 ++--
9  1 file changed, 2 insertions(+), 2 deletions(-)
10
11 --- a/arch/arm/boot/dts/sun7i-a20.dtsi
12 +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
13 @@ -635,7 +635,7 @@
14                 ehci0: ehci0@0x01c14000 {
15                         compatible = "allwinner,sunxi-ehci";
16                         reg = <0x01c14000 0x400 0x01c14800 0x4 0x01c13404 0x4>;
17 -                       interrupts = <0 39 1>;
18 +                       interrupts = <0 39 4>;
19                         resets = <&usb_rst 1>;
20                         reset-names = "ehci_reset";
21                         clocks = <&usb 8>, <&ahb_gates 1>;
22 @@ -646,7 +646,7 @@
23                 ehci1: ehci1@0x01c1c000 {
24                         compatible = "allwinner,sunxi-ehci";
25                         reg = <0x01c1c000 0x400 0x01c1c800 0x4 0x01c13404 0x4>;
26 -                       interrupts = <0 40 1>;
27 +                       interrupts = <0 40 4>;
28                         resets = <&usb_rst 2>;
29                         reset-names = "ehci_reset";
30                         clocks = <&usb 8>, <&ahb_gates 3>;