MLK-16198-1 usb: xhci-imx8: Add basic DM support
authorYe Li <ye.li@nxp.com>
Wed, 16 Aug 2017 05:40:44 +0000 (00:40 -0500)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:12 +0000 (02:37 +0800)
commit391dcf217ee00437d59d55e4c9a03d7241a1e0a4
treeb6334cc68ec08aa1580377e10abd7f26bcc4eca5
parentfb2c9bd401dab0b166d771a76699e8d0da6a3c4a
MLK-16198-1 usb: xhci-imx8: Add basic DM support

Add basic DM support to the xhci-imx8 driver, which only probes the
USB3 node, but won't parse any properties from node in DTS.

The registers address are still hard coded, that share with non-DM codes.
Will improve it to get from the "reg" property in future.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng@nxp.com>
drivers/usb/host/xhci-imx8.c