From: Nicolas Saenz Julienne Date: Mon, 29 Jun 2020 16:37:24 +0000 (+0200) Subject: configs: Enable support for reset controllers on RPi4 X-Git-Tag: v2020.10~122^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6836d59094727423086dbc27fd7732f514495af4;p=platform%2Fkernel%2Fu-boot.git 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 Signed-off-by: Matthias Brugger --- diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index a36a249..0df5c17 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 diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index b42efe6..f641ad3 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_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 diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig index 0feea7f..4ce8469 100644 --- a/configs/rpi_arm64_defconfig +++ b/configs/rpi_arm64_defconfig @@ -32,6 +32,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