Re: [PATCH 1/4] usb: dwc2: Fix AHB burst type for bcm2835

2016-11-16 Thread John Youn
On 11/16/2016 1:25 AM, Stefan Wahren wrote: > Hi John, > >> John Youn hat am 16. November 2016 um 01:36 >> geschrieben: >> >> >> The ahbcfg param for bcm2835 is specifying a HBSTLEN of 0x8 (0x10 >> 1) >> which is not a valid value for that field. Remove the param and

Re: [PATCH 1/4] usb: dwc2: Fix AHB burst type for bcm2835

2016-11-16 Thread Stefan Wahren
Hi John, > John Youn hat am 16. November 2016 um 01:36 > geschrieben: > > > The ahbcfg param for bcm2835 is specifying a HBSTLEN of 0x8 (0x10 >> 1) > which is not a valid value for that field. Remove the param and default > to using INCR4. i don't have any Synopsys

[PATCH 1/4] usb: dwc2: Fix AHB burst type for bcm2835

2016-11-15 Thread John Youn
The ahbcfg param for bcm2835 is specifying a HBSTLEN of 0x8 (0x10 >> 1) which is not a valid value for that field. Remove the param and default to using INCR4. Cc: Stefan Wahren Signed-off-by: John Youn --- drivers/usb/dwc2/params.c | 2 +- 1 file