From 6414982f3a0311afda0ec2386433bc610065f351 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Thu, 10 Oct 2024 15:02:25 +0800 Subject: [PATCH] ANDROID: db845c: enable CONFIG_USB_XHCI_PCI_RENESAS With the change 25f51b76f90f ("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: 25f51b76f90f ("xhci-pci: Make xhci-pci-renesas a proper modular driver") Test: eth0 interface works again Change-Id: Ia64882af805b75727d9f2b1eab4897a2d2797ec3 Signed-off-by: Yongqin Liu (cherry picked from commit 1c7700028e309ca4f3ea6d5e6e5d477a66746cda)