ANDROID: db845c: enable CONFIG_USB_XHCI_PCI_RENESAS
With the change25f51b76f9("xhci-pci: Make xhci-pci-renesas a proper modular driver"), the base xhci-pci driver rejects the Renesas xHCIs. So for the db845c board, which uses the Renesas UPD720201 USB 3.0 host controller on PCIE0, it needs to enable the CONFIG_USB_XHCI_PCI_RENESAS config now. It was supported by the base xhci-pci driver before. BTW, USB_XHCI_PCI is enabled in the GKI kernel by default. Fixes:25f51b76f9("xhci-pci: Make xhci-pci-renesas a proper modular driver") Test: eth0 interface works again Change-Id: Ia64882af805b75727d9f2b1eab4897a2d2797ec3 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
This commit is contained in:
committed by
Treehugger Robot
parent
0d491d329f
commit
1c7700028e
@@ -653,6 +653,7 @@ _DB845C_MODULE_OUTS = [
|
||||
"drivers/usb/host/ohci-hcd.ko",
|
||||
"drivers/usb/host/ohci-pci.ko",
|
||||
"drivers/usb/host/ohci-platform.ko",
|
||||
"drivers/usb/host/xhci-pci-renesas.ko",
|
||||
"drivers/usb/typec/mux/fsa4480.ko",
|
||||
"drivers/usb/typec/mux/nb7vpq904m.ko",
|
||||
"drivers/usb/typec/mux/wcd939x-usbss.ko",
|
||||
|
||||
@@ -355,3 +355,4 @@ CONFIG_MAC80211=m
|
||||
# PWRSEQ driver for WCN BT-WLAN chipsets on sm8250 and newer SoCs
|
||||
# Depends on CONFIG_POWER_SEQUENCING in gki_defconfig
|
||||
CONFIG_POWER_SEQUENCING_QCOM_WCN=m
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
|
||||
Reference in New Issue
Block a user