]> www.infradead.org Git - users/dwmw2/linux.git/commit
usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 20 Jan 2020 14:19:10 +0000 (14:19 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Feb 2020 09:32:52 +0000 (09:32 +0000)
commit4ff87c8cd5e1322b98fcc93e87ac6d2da5938671
tree5c5ea0f181e73318cf877a9d7aa4a1d61b965ce2
parentf65bc17ac4061a10a0cf611940ec371fb0c5d677
usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186

commit e1f236efd9c579a29d7df75aa052127d0d975267 upstream.

Set the MODULE_FIRMWARE for tegra186, it's registered for 124/210 and
ensures the firmware is available at the appropriate time such as in
the initrd, else if the firmware is unavailable the driver fails with
the following errors:

tegra-xusb 3530000.usb: Direct firmware load for nvidia/tegra186/xusb.bin failed with error -2
tegra-xusb 3530000.usb: failed to request firmware: -2
tegra-xusb 3530000.usb: failed to load firmware: -2
tegra-xusb: probe of 3530000.usb failed with error -2

Fixes: 5f9be5f3f899 ("usb: host: xhci-tegra: Add Tegra186 XUSB support")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200120141910.116097-1-pbrobinson@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-tegra.c