aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.12/163-dt-sun7i-fix-ehci-irqtypes.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2014-01-04 09:55:41 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2014-01-04 09:55:41 +0000
commit14ea35c304349634359405dcc2f18d19eac9f814 (patch)
tree8a0e731191d44b392dead704f15c142b9ec9ab49 /target/linux/sunxi/patches-3.12/163-dt-sun7i-fix-ehci-irqtypes.patch
parentc34b5d2bebf8953862358d6142949a02f363d4eb (diff)
downloadupstream-14ea35c304349634359405dcc2f18d19eac9f814.tar.gz
upstream-14ea35c304349634359405dcc2f18d19eac9f814.tar.bz2
upstream-14ea35c304349634359405dcc2f18d19eac9f814.zip
sunxi: various fixes
- have Kconfig options ordered - add new olinuxino a13-micro board - various fixes for EHCI Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39188 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi/patches-3.12/163-dt-sun7i-fix-ehci-irqtypes.patch')
-rw-r--r--target/linux/sunxi/patches-3.12/163-dt-sun7i-fix-ehci-irqtypes.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/target/linux/sunxi/patches-3.12/163-dt-sun7i-fix-ehci-irqtypes.patch b/target/linux/sunxi/patches-3.12/163-dt-sun7i-fix-ehci-irqtypes.patch
new file mode 100644
index 0000000000..8a5aa38cfa
--- /dev/null
+++ b/target/linux/sunxi/patches-3.12/163-dt-sun7i-fix-ehci-irqtypes.patch
@@ -0,0 +1,35 @@
+From 9468f2e1fb54a67c70f627b3cc75a692b3c2ebce Mon Sep 17 00:00:00 2001
+From: Hans de Goede <hdegoede@redhat.com>
+Date: Tue, 17 Dec 2013 23:26:45 +0100
+Subject: [PATCH] ARM: dts: sun7i: Fix ehci interrupt types
+
+Signed-off-by: Hans de Goede <hdegoede@redhat.com>
+---
+ arch/arm/boot/dts/sun7i-a20.dtsi | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
+index 9f99959..dcee675 100644
+--- a/arch/arm/boot/dts/sun7i-a20.dtsi
++++ b/arch/arm/boot/dts/sun7i-a20.dtsi
+@@ -648,7 +648,7 @@
+ ehci0: ehci0@0x01c14000 {
+ compatible = "allwinner,sunxi-ehci";
+ reg = <0x01c14000 0x400 0x01c14800 0x4 0x01c13404 0x4>;
+- interrupts = <0 39 1>;
++ interrupts = <0 39 4>;
+ resets = <&usb_rst 1>;
+ reset-names = "ehci_reset";
+ clocks = <&usb 8>, <&ahb_gates 1>;
+@@ -659,7 +659,7 @@
+ ehci1: ehci1@0x01c1c000 {
+ compatible = "allwinner,sunxi-ehci";
+ reg = <0x01c1c000 0x400 0x01c1c800 0x4 0x01c13404 0x4>;
+- interrupts = <0 40 1>;
++ interrupts = <0 40 4>;
+ resets = <&usb_rst 2>;
+ reset-names = "ehci_reset";
+ clocks = <&usb 8>, <&ahb_gates 3>;
+--
+1.8.5.1
+