summaryrefslogtreecommitdiff
path: root/configs/odroid-c2_defconfig
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2019-08-18 15:42:55 +0200
committerNeil Armstrong <narmstrong@baylibre.com>2020-05-11 10:07:57 +0200
commit375d79cdbb6bdeaa9bc10dd34c3b22dd6838d4f3 (patch)
tree334364e48152b14b2bea6e15974d244dd817fc37 /configs/odroid-c2_defconfig
parentc5c657644bc35fd6b3d6e5517698721e90646b8d (diff)
downloadu-boot-375d79cdbb6bdeaa9bc10dd34c3b22dd6838d4f3.tar.gz
odroid-c2: enable USB host controller
Enable the second USB controller, which is connected to a hub with 4 ports. The first controller is for the OTG port and is currently not supported. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> [narmstrong: removed useless DWC2_UTMI_WIDTH in meson64.h] Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/odroid-c2_defconfig')
-rw-r--r--configs/odroid-c2_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 39279b40db..3fb6f2d089 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -19,6 +19,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
# CONFIG_CMD_LOADS is not set
CONFIG_CMD_MMC=y
+CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_REGULATOR=y
CONFIG_OF_CONTROL=y
@@ -32,14 +33,20 @@ CONFIG_MMC_MESON_GX=y
CONFIG_PHY_REALTEK=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_PHY=y
+CONFIG_MESON_GXBB_USB_PHY=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_MESON_GXBB=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_RESET=y
CONFIG_DEBUG_UART_MESON=y
CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_DEBUG_UART_SKIP_INIT=y
CONFIG_MESON_SERIAL=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USB_DWC2=y
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_SMBIOS_MANUFACTURER="Hardkernel Co., Ltd."