mediatek: filogic: use UBI fast map to speed up boot
[openwrt/staging/ldir.git] / package / boot / uboot-mediatek / patches / 001-mtk-0011-usb-xhci-mtk-add-support-for-MediaTek-MT7621-SoC.patch
1 From ab59bb14a0efd40c12a967f73bd08ba2f27da3be Mon Sep 17 00:00:00 2001
2 From: Weijie Gao <weijie.gao@mediatek.com>
3 Date: Fri, 20 May 2022 11:22:56 +0800
4 Subject: [PATCH 11/25] usb: xhci-mtk: add support for MediaTek MT7621 SoC
5
6 This patch makes xhci-mtk driver available for MediaTek MT7621 SoC
7
8 Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
9 ---
10 drivers/usb/host/Kconfig | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 --- a/drivers/usb/host/Kconfig
14 +++ b/drivers/usb/host/Kconfig
15 @@ -34,7 +34,7 @@ config USB_XHCI_DWC3_OF_SIMPLE
16
17 config USB_XHCI_MTK
18 bool "Support for MediaTek on-chip xHCI USB controller"
19 - depends on ARCH_MEDIATEK
20 + depends on ARCH_MEDIATEK || SOC_MT7621
21 help
22 Enables support for the on-chip xHCI controller on MediaTek SoCs.
23