On 10/17/24 1:07 PM, Caleb Connolly wrote:
On 16/10/2024 10:26, Neil Armstrong via groups.io wrote:
The USB DRD bindingsa at [1] are clear, if not specified the dr_mode
property defaults to otg, and this is how Linux behaves.
I guess this is (kind of?) a subset of
https://lore.kernel.org/u-boot/20240621021135.1600847-2-
caleb.conno...@linaro.org/
I need to respin that one...
It would be good to include that information in the commit message ...
A cleanup is ongoing on the Linux Device Trees to remove dr_mode when
set to "otg", so take this in account and do not fail anymore when
dr_mode isn't specified in the glue or dwc3 node.
Definitely an improvement over the status quo heh
Reviewed-by: Caleb Connolly <caleb.conno...@linaro.org>
... and eventually synchronize the DWC3 driver with current Linux kernel
state of it.