usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support
authorAdam Ford <aford173@gmail.com>
Tue, 30 Apr 2019 10:21:41 +0000 (05:21 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 5 May 2019 12:48:50 +0000 (08:48 -0400)
commit9da5474389c784474274d8e1d1d04fab924d3c39
treec6e7e81df130100099d1d23297692e10450f0754
parent53290e6efdc10b5a40955fa4c5b0960651180bf2
usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support

This patch reuses some former code for the hawkboard, combines it
with some some similar DM_USB compatible code for the OHCI driver,
and enables the use of the da850's OHCI controller with DM_USB
compatibility.

Signed-off-by: Adam Ford <aford173@gmail.com>
drivers/usb/host/Kconfig
drivers/usb/host/ohci-da8xx.c