uboot-sunxi: bump u-boot version
[openwrt.git] / target / linux / sunxi / patches-3.12 / 163-dt-sun7i-fix-ehci-irqtypes.patch
1 From 9468f2e1fb54a67c70f627b3cc75a692b3c2ebce 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 diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
12 index 9f99959..dcee675 100644
13 --- a/arch/arm/boot/dts/sun7i-a20.dtsi
14 +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
15 @@ -648,7 +648,7 @@
16                 ehci0: ehci0@0x01c14000 {
17                         compatible = "allwinner,sunxi-ehci";
18                         reg = <0x01c14000 0x400 0x01c14800 0x4 0x01c13404 0x4>;
19 -                       interrupts = <0 39 1>;
20 +                       interrupts = <0 39 4>;
21                         resets = <&usb_rst 1>;
22                         reset-names = "ehci_reset";
23                         clocks = <&usb 8>, <&ahb_gates 1>;
24 @@ -659,7 +659,7 @@
25                 ehci1: ehci1@0x01c1c000 {
26                         compatible = "allwinner,sunxi-ehci";
27                         reg = <0x01c1c000 0x400 0x01c1c800 0x4 0x01c13404 0x4>;
28 -                       interrupts = <0 40 1>;
29 +                       interrupts = <0 40 4>;
30                         resets = <&usb_rst 2>;
31                         reset-names = "ehci_reset";
32                         clocks = <&usb 8>, <&ahb_gates 3>;
33 -- 
34 1.8.5.1
35