9b4575e8009891942a7bdf4b4df239d1e42a5789
[openwrt/svn-archive/archive.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 diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
12 index 956b5cd..2e19c47 100644
13 --- a/arch/arm/boot/dts/sun7i-a20.dtsi
14 +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
15 @@ -664,7 +664,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 @@ -675,7 +675,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