RE: [PATCH v10 7/7] Versal: Connect DWC3 controller with virt-versal

2020-09-29 Thread Sai Pavan Boddu
co > Eduardo Iglesias ; qemu-devel@nongnu.org; Alistair > Francis ; Eduardo Habkost > ; Ying Fang ; 'Philippe > Mathieu-Daudé' ; Vikram Garhwal > ; Paul Zimmerman ; Sai Pavan > Boddu > Subject: Re: [PATCH v10 7/7] Versal: Connect DWC3 controller with virt-versal > > On

RE: [PATCH v10 7/7] Versal: Connect DWC3 controller with virt-versal

2020-09-28 Thread Sai Pavan Boddu
ancisco Eduardo Iglesias ; qemu-devel@nongnu.org; > Alistair Francis ; Eduardo Habkost > ; Ying Fang ; 'Philippe > Mathieu-Daudé' ; Vikram Garhwal > ; Paul Zimmerman ; Sai Pavan > Boddu > Subject: Re: [PATCH v10 7/7] Versal: Connect DWC3 controller with virt-versal >

Re: [PATCH v10 7/7] Versal: Connect DWC3 controller with virt-versal

2020-09-28 Thread Gerd Hoffmann
On Fri, Sep 25, 2020 at 08:39:46PM +0200, Edgar E. Iglesias wrote: > On Thu, Sep 24, 2020 at 07:50:56PM +0530, Sai Pavan Boddu wrote: > > From: Vikram Garhwal > > > > Connect dwc3 controller and usb2-reg module to xlnx-versal SOC, its placed > > in iou of lpd domain and configure it as dual port

Re: [PATCH v10 7/7] Versal: Connect DWC3 controller with virt-versal

2020-09-25 Thread Edgar E. Iglesias
On Thu, Sep 24, 2020 at 07:50:56PM +0530, Sai Pavan Boddu wrote: > From: Vikram Garhwal > > Connect dwc3 controller and usb2-reg module to xlnx-versal SOC, its placed > in iou of lpd domain and configure it as dual port host controller. Add the > respective guest dts nodes for "xlnx-versal-virt"

[PATCH v10 7/7] Versal: Connect DWC3 controller with virt-versal

2020-09-24 Thread Sai Pavan Boddu
From: Vikram Garhwal Connect dwc3 controller and usb2-reg module to xlnx-versal SOC, its placed in iou of lpd domain and configure it as dual port host controller. Add the respective guest dts nodes for "xlnx-versal-virt" machine. Signed-off-by: Vikram Garhwal Signed-off-by: Sai Pavan Boddu --