
13 Jun
2020
13 Jun
'20
5:11 a.m.
It is possible to specify a device tree node for an USB device. This is useful if you have a static USB setup and want to use aliases which point to these nodes, like on the Raspberry Pi. The nodes are matched against their hub port number, the compatible strings are not matched for now.
Signed-off-by: Michael Walle michael@walle.cc Reviewed-by: Marek Vasut marex@denx.de Reviewed-by: Simon Glass sjg@chromium.org --- arch/sandbox/dts/test.dts | 9 ++++++++ drivers/usb/host/usb-uclass.c | 41 ++++++++++++++++++++++++++++++----- test/dm/usb.c | 22 +++++++++++++++++++ 3 files changed, 67 insertions(+), 5 deletions(-)
Applied to u-boot-dm, thanks!