usb: hcd-xhci-sysbus: Attach xhci to sysbus device

Use XHCI as sysbus device, add memory region property to get the
address space instance for dma read/write.

Signed-off-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>
Message-id: 1600957256-6494-5-git-send-email-sai.pavan.boddu@xilinx.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Sai Pavan Boddu 2020-09-24 19:50:53 +05:30 committed by Gerd Hoffmann
parent 8ddab8dd3d
commit f00ff136ee
5 changed files with 148 additions and 0 deletions

View file

@ -48,6 +48,11 @@ config USB_XHCI_NEC
depends on PCI
select USB_XHCI
config USB_XHCI_SYSBUS
bool
default y if USB_XHCI
select USB
config USB_MUSB
bool
select USB