commit | 103d0033560682bda82acc96506c54838937bfdc | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Dec 04 11:30:58 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Fri Dec 14 17:59:10 2018 +0100 |
tree | 9195d842b1d6e5217881a609720272008ba094cc | |
parent | 57118f654e594f25f07965377cb48dd9cc47dd24 [diff] |
arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROL When DM_USB is used, either the USB controllers are bound when the DTB is parsed (when OF_CONTROL is enabled) or they are bound using the U_BOOT_DEVICES() macro. In the later case, the platform data is passed in a struct ti_musb_platdata because it cannot be read from the DTB. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>