commit | 5f364f57071d0fb4ec092750aa1e6df70d120d6d | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Apr 30 05:21:41 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun May 05 08:48:50 2019 -0400 |
tree | c6e7e81df130100099d1d23297692e10450f0754 | |
parent | 0611ae5c1e7de7caf35af557139fce7bdad3cf4a [diff] |
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>