Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspb...
authorTom Rini <trini@konsulko.com>
Fri, 10 Jul 2020 18:31:22 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jul 2020 18:31:22 +0000 (14:31 -0400)
- add support for PCI and XHCI for RPi4 (64 bit only)
- optionally reset XHCI device on registration
- enable USB_KEYBOARD for rpi_4_defconfig

1  2 
arch/arm/mach-bcm283x/init.c
configs/rpi_4_32b_defconfig

Simple merge
@@@ -30,11 -26,9 +30,12 @@@ CONFIG_MMC_SDHCI_SDMA=
  CONFIG_MMC_SDHCI_BCM2835=y
  CONFIG_DM_ETH=y
  CONFIG_BCMGENET=y
 +CONFIG_PCI=y
 +CONFIG_DM_PCI=y
 +CONFIG_PCI_BRCMSTB=y
  CONFIG_PINCTRL=y
  # CONFIG_PINCTRL_GENERIC is not set
+ CONFIG_DM_RESET=y
  # CONFIG_REQUIRE_SERIAL_CONSOLE is not set
  CONFIG_USB=y
  CONFIG_DM_USB=y