usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>
Fri, 25 Aug 2023 10:42:39 +0000 (13:42 +0300)
committerMarek Vasut <marex@denx.de>
Mon, 4 Sep 2023 13:51:38 +0000 (15:51 +0200)
commitda93ea6a9aa42d62de861b414eaeaa5d7a639fe3
tree839b433d3007c36fdb5e729e6f98779d92a63eb0
parent8999257f219d1e371c2fd66f255b8782897944d9
usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST

In the usb/dwc3-layerscape driver the first option should be renamed
to the latter as well. Do it.

Fix original logic in dwc3_layerscape_bind() - do not enable

Fixes: 333e4a621df ("Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
drivers/usb/dwc3/dwc3-layerscape.c