diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-10 14:31:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-10 14:31:22 -0400 |
commit | 3113c84ba25ec3ceae072cc5ad450c4238425939 (patch) | |
tree | dbcdb8d6692c2ef2d6b926de1ad1f9ff456a27a9 /configs/rpi_4_32b_defconfig | |
parent | 618c30679086e0b6d74e427b52931a31a2767af6 (diff) | |
parent | d6ecb71a1f0c764c94f1bb381f085734d57e94e9 (diff) | |
download | u-boot-3113c84ba25ec3ceae072cc5ad450c4238425939.tar.gz |
Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypiWIP/10Jul2020-b
- add support for PCI and XHCI for RPi4 (64 bit only)
- optionally reset XHCI device on registration
- enable USB_KEYBOARD for rpi_4_defconfig
Diffstat (limited to 'configs/rpi_4_32b_defconfig')
-rw-r--r-- | configs/rpi_4_32b_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index 1c6b6f9b99..db7b781976 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -35,6 +35,7 @@ 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 |