Re: [U-Boot] [PATCH] usb: dwc2_udc_otg: Add gotgctl customization

2018-03-21 Thread Patrice CHOTARD
Hi Marek On 03/19/2018 10:52 AM, Marek Vasut wrote: > On 03/19/2018 09:05 AM, Patrice CHOTARD wrote: >> Hi Marek > > Hi, > >> On 03/16/2018 05:28 PM, Marek Vasut wrote: >>> On 03/16/2018 01:27 PM, Patrice Chotard wrote: Allow passing in a custom configuration of the gotgctl register vi

Re: [U-Boot] [PATCH] usb: dwc2_udc_otg: Add gotgctl customization

2018-03-19 Thread Marek Vasut
On 03/19/2018 09:05 AM, Patrice CHOTARD wrote: > Hi Marek Hi, > On 03/16/2018 05:28 PM, Marek Vasut wrote: >> On 03/16/2018 01:27 PM, Patrice Chotard wrote: >>> Allow passing in a custom configuration of the gotgctl >>> register via platform data. >>> This allows for example to override the A/B s

Re: [U-Boot] [PATCH] usb: dwc2_udc_otg: Add gotgctl customization

2018-03-19 Thread Patrice CHOTARD
Hi Marek On 03/16/2018 05:28 PM, Marek Vasut wrote: > On 03/16/2018 01:27 PM, Patrice Chotard wrote: >> Allow passing in a custom configuration of the gotgctl >> register via platform data. >> This allows for example to override the A/B session valid signals >> by setting AvalidOvEn / AvalidOvVal

Re: [U-Boot] [PATCH] usb: dwc2_udc_otg: Add gotgctl customization

2018-03-16 Thread Marek Vasut
On 03/16/2018 01:27 PM, Patrice Chotard wrote: > Allow passing in a custom configuration of the gotgctl > register via platform data. > This allows for example to override the A/B session valid signals > by setting AvalidOvEn / AvalidOvVal and BvalidOvEn / BvalidOvVal > bits in GOTGCTL reg. If you