diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-03-28 00:58:58 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-03-28 23:08:37 +0200 |
commit | d7ca4c6d3ec653ba3413a1f0d405d4148e51009c (patch) | |
tree | a351b7de333e871983e2e26a6646b502d99a6993 /target/linux | |
parent | 01b835970abe69912c2a803e629a40469de5bae6 (diff) | |
download | upstream-d7ca4c6d3ec653ba3413a1f0d405d4148e51009c.tar.gz upstream-d7ca4c6d3ec653ba3413a1f0d405d4148e51009c.tar.bz2 upstream-d7ca4c6d3ec653ba3413a1f0d405d4148e51009c.zip |
ar71xx: fix ar934x usb controller resource conflict
Use the right size for the EHCI block
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/patches-4.9/920-usb-chipidea-AR933x-platform-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 fc6a088932..b33bf755e9 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)); + |