[openwrt/openwrt] ar71xx: fix ar934x usb controller resource conflict

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 28 14:08:47 PDT 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/d7ca4c6d3ec653ba3413a1f0d405d4148e51009c

commit d7ca4c6d3ec653ba3413a1f0d405d4148e51009c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Mar 28 00:58:58 2018 +0200

    ar71xx: fix ar934x usb controller resource conflict
    
    Use the right size for the EHCI block
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 .../ar71xx/patches-4.9/920-usb-chipidea-AR933x-platform-support.patch   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/patches-4.9/920-usb-chipidea-AR933x-platform-support.patch b/target/linux/ar71xx/patches-4.9/920-usb-chipidea-AR933x-platform-support.patch
index fc6a088..b33bf75 100644
--- a/target/linux/ar71xx/patches-4.9/920-usb-chipidea-AR933x-platform-support.patch
+++ b/target/linux/ar71xx/patches-4.9/920-usb-chipidea-AR933x-platform-support.patch
@@ -85,7 +85,7 @@
 +				   irq, &ci_pdata, sizeof(ci_pdata));
 +	else
 +		ath79_usb_register("ehci-platform", -1,
-+				   AR933X_EHCI_BASE, AR933X_EHCI_SIZE,
++				   AR934X_EHCI_BASE, AR934X_EHCI_SIZE,
 +				   irq, &ath79_ehci_pdata_v2,
 +				   sizeof(ath79_ehci_pdata_v2));
 +



More information about the lede-commits mailing list