commit | 1ce133d0fe3d08a05825b9ce0398572f82debcf7 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Apr 29 15:38:41 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri May 01 07:49:00 2020 -0500 |
tree | 729cdf182716870b93af9726ba77009493390f29 | |
parent | 39be994654c3fb11849a09d2da48e69834404bd5 [diff] |
drivers: usb: usb_dc_stm32: Rename defines to remove DT_ prefix We want to limit DT_ prefix to macros from devicetree.h and generation. So rename DT_USB* to just USB*. Also fixup how USB_MAXIMUM_SPEED was defined. We should only define it if the property exists. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>