X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fpatches-3.18%2F0042-USB-DWC2-big-endian-support.patch;h=0455d35514a6c1f20eac24010e599e0030df9493;hb=ee00711ff8aea18194dd685f0916cced2addb5ba;hp=d1b23fc21c10a935f32f7eff0cab6dbe9b15ed54;hpb=da318364ff2a71c8c9b3e683733d42c5eb2ba58b;p=15.05%2Fopenwrt.git diff --git a/target/linux/lantiq/patches-3.18/0042-USB-DWC2-big-endian-support.patch b/target/linux/lantiq/patches-3.18/0042-USB-DWC2-big-endian-support.patch index d1b23fc21c..0455d35514 100644 --- a/target/linux/lantiq/patches-3.18/0042-USB-DWC2-big-endian-support.patch +++ b/target/linux/lantiq/patches-3.18/0042-USB-DWC2-big-endian-support.patch @@ -2610,7 +2610,7 @@ "ClearPortFeature USB_PORT_FEAT_SUSPEND\n"); - writel(0, hsotg->regs + PCGCTL); + dwc2_writel(0, hsotg->regs + PCGCTL); - usleep_range(20000, 40000); + msleep(USB_RESUME_TIMEOUT); hprt0 = dwc2_read_hprt0(hsotg); hprt0 |= HPRT0_RES;