summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2024-04-26 10:50:16 +0200
committerStefan Eichenberger <eichest@gmail.com>2024-05-02 09:31:25 +0200
commitf5f2b42fb4997a866884f2ec04fc942eaa49e382 (patch)
tree38c13c63e4f613b516223363373dd0cdf09ddec8
parent511e9a98c863bbd5cf4f7ea236996d39c0419d76 (diff)
toradex_defconfig: enable onboard usb hub
Enable the onboard USB hub to support sleep moci. It will control the reg_usb_hub regulator on the Dahlia carrier board. Upstream-Status: Inappropriate [Configuration] Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
-rw-r--r--arch/arm64/configs/toradex_defconfig1
-rw-r--r--arch/arm64/configs/toradex_imx_v8.config3
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/configs/toradex_defconfig b/arch/arm64/configs/toradex_defconfig
index f441c0b62c11..005d5a2a4ba7 100644
--- a/arch/arm64/configs/toradex_defconfig
+++ b/arch/arm64/configs/toradex_defconfig
@@ -740,6 +740,7 @@ CONFIG_USB_TEST=m
CONFIG_USB_EHSET_TEST_FIXTURE=y
CONFIG_USB_HUB_USB251XB=y
CONFIG_USB_HSIC_USB3503=y
+CONFIG_USB_ONBOARD_HUB=y
CONFIG_NOP_USB_XCEIV=y
CONFIG_USB_MXS_PHY=y
CONFIG_USB_ULPI=y
diff --git a/arch/arm64/configs/toradex_imx_v8.config b/arch/arm64/configs/toradex_imx_v8.config
index 5f18a2cdb934..9b1322a7c158 100644
--- a/arch/arm64/configs/toradex_imx_v8.config
+++ b/arch/arm64/configs/toradex_imx_v8.config
@@ -53,6 +53,9 @@ CONFIG_CAN_MCP251XFD=m
# USB hub used on modules and or eval-boards
CONFIG_USB_HUB_USB251XB=y
+# Microchip USB Hub which can be found e.g. on Dahlia
+CONFIG_USB_ONBOARD_HUB=y
+
# Support Bluetooth HID devices
CONFIG_UHID=m