diff options
author | Nicolas Saenz Julienne <nsaenzjulienne@suse.de> | 2020-06-29 18:37:24 +0200 |
---|---|---|
committer | Matthias Brugger <mbrugger@suse.com> | 2020-07-10 11:49:28 +0200 |
commit | 6836d59094727423086dbc27fd7732f514495af4 (patch) | |
tree | 0ceb54f9e36d18be83ab234d391007a7576e48ba /configs/rpi_4_32b_defconfig | |
parent | f676eb217bdff3bd734a42c8f9bbc58c9100055c (diff) | |
download | u-boot-6836d59094727423086dbc27fd7732f514495af4.tar.gz |
configs: Enable support for reset controllers on RPi4
This is required in order to access the reset controller used to
initialize the board's xHCI chip.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
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 a36a249540..0df5c17d6e 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -28,6 +28,7 @@ CONFIG_DM_ETH=y CONFIG_BCMGENET=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 |