usb: dwc3-generic: if no max speed is specified in DT, assume super speed
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Wed, 11 Sep 2019 09:33:51 +0000 (11:33 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 24 Oct 2019 09:28:17 +0000 (11:28 +0200)
commit1a63e5e5fbfff7779ce24b404bef3b8ccddf1a8b
treefd297a3c26f3c80beb42bbe05967f88cb82d2e11
parentb575e909168ca559609f6793720c4811b1dd55fd
usb: dwc3-generic: if no max speed is specified in DT, assume super speed

There is no need to fail if the maximum speed is not specified.
If the speed is not specified, do the same as linux and assume super speed.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/usb/dwc3/dwc3-generic.c