mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
u-boot: Enable USB_EHCI_EXYNOS on peach boards
The USB 2.0 ports on Exynos boards need the relevant driver enabled by USB_EHCI_EXYNOS. This is enabled by default depending on USB_EHCI_HCD. It's already enabled on snow and spring, but apparently not on peach boards, as discovered from other people's attempts to enable it [1][2]. Enable it also on the peach_pi and peach_pit. [1] https://gitlab.com/exynos5-mainline/u-boot/-/commit/8f12e43dbfdebbd29f49c2cb8bf6e9b6ea7e70c9 [2] https://gitlab.com/exynos5-mainline/u-boot/-/commit/11cacf55ad720dfca8799561a38b1da4732a3018 Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
This commit is contained in:
@@ -1616,7 +1616,13 @@ CONFIG_USB_XHCI_EXYNOS=y
|
||||
# CONFIG_USB_XHCI_PCI is not set
|
||||
# CONFIG_USB_XHCI_FSL is not set
|
||||
# CONFIG_USB_XHCI_BRCM is not set
|
||||
# CONFIG_USB_EHCI_HCD is not set
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_EHCI_EXYNOS=y
|
||||
# CONFIG_USB_EHCI_MSM is not set
|
||||
# CONFIG_USB_EHCI_PCI is not set
|
||||
# CONFIG_USB_EHCI_ZYNQ is not set
|
||||
# CONFIG_USB_EHCI_GENERIC is not set
|
||||
# CONFIG_USB_EHCI_FSL is not set
|
||||
# CONFIG_USB_OHCI_HCD is not set
|
||||
# CONFIG_USB_UHCI_HCD is not set
|
||||
# CONFIG_USB_DWC2 is not set
|
||||
|
||||
@@ -1616,7 +1616,13 @@ CONFIG_USB_XHCI_EXYNOS=y
|
||||
# CONFIG_USB_XHCI_PCI is not set
|
||||
# CONFIG_USB_XHCI_FSL is not set
|
||||
# CONFIG_USB_XHCI_BRCM is not set
|
||||
# CONFIG_USB_EHCI_HCD is not set
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_EHCI_EXYNOS=y
|
||||
# CONFIG_USB_EHCI_MSM is not set
|
||||
# CONFIG_USB_EHCI_PCI is not set
|
||||
# CONFIG_USB_EHCI_ZYNQ is not set
|
||||
# CONFIG_USB_EHCI_GENERIC is not set
|
||||
# CONFIG_USB_EHCI_FSL is not set
|
||||
# CONFIG_USB_OHCI_HCD is not set
|
||||
# CONFIG_USB_UHCI_HCD is not set
|
||||
# CONFIG_USB_DWC2 is not set
|
||||
|
||||
Reference in New Issue
Block a user