[U-Boot] [PATCH v1 3/3] configs: am43xx_evm_usbhost_defconfig: Enable DM_USB support

Jean-Jacques Hiblot jjhiblot at ti.com
Fri Jan 25 15:02:14 UTC 2019


There is a build issue with this series (forgot to run buildman on 
this), I'll send a v2 shortly.

On 24/01/2019 15:42, Jean-Jacques Hiblot wrote:
> Enable DM_USB support in u-boot and in SPL.
> This brings this configuration closer to am43xx_evm_defconfig.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
>
> ---
>
>   configs/am43xx_evm_usbhost_boot_defconfig | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
>
> diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig
> index 5131f190a7..b8d535cc3b 100644
> --- a/configs/am43xx_evm_usbhost_boot_defconfig
> +++ b/configs/am43xx_evm_usbhost_boot_defconfig
> @@ -40,11 +40,16 @@ CONFIG_OF_LIST="am437x-gp-evm am437x-sk-evm am43x-epos-evm am437x-idk-evm"
>   CONFIG_ENV_IS_IN_FAT=y
>   CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
>   CONFIG_DM=y
> +CONFIG_REGMAP=y
> +CONFIG_SPL_REGMAP=y
> +CONFIG_SYSCON=y
> +CONFIG_SPL_SYSCON=y
>   # CONFIG_BLK is not set
>   CONFIG_DFU_MMC=y
>   CONFIG_DFU_RAM=y
>   CONFIG_DFU_SF=y
>   CONFIG_DM_GPIO=y
> +CONFIG_MISC=y
>   CONFIG_DM_MMC=y
>   CONFIG_MMC_OMAP_HS=y
>   CONFIG_NAND=y
> @@ -53,17 +58,24 @@ CONFIG_SPI_FLASH_MACRONIX=y
>   CONFIG_PHY_GIGE=y
>   CONFIG_MII=y
>   CONFIG_DRIVER_TI_CPSW=y
> +CONFIG_PHY=y
> +CONFIG_SPL_PHY=y
> +CONFIG_OMAP_USB2_PHY=y
>   CONFIG_DM_SERIAL=y
>   CONFIG_SPI=y
>   CONFIG_TI_QSPI=y
>   CONFIG_TIMER=y
>   CONFIG_OMAP_TIMER=y
>   CONFIG_USB=y
> +CONFIG_DM_USB=y
> +CONFIG_DM_USB_GADGET=y
> +CONFIG_SPL_DM_USB_GADGET=y
>   CONFIG_USB_XHCI_HCD=y
>   CONFIG_USB_XHCI_DWC3=y
>   CONFIG_USB_DWC3=y
>   CONFIG_USB_DWC3_GADGET=y
>   CONFIG_USB_DWC3_OMAP=y
> +CONFIG_USB_DWC3_GENERIC=y
>   CONFIG_USB_DWC3_PHY_OMAP=y
>   CONFIG_OMAP_USB_PHY=y
>   CONFIG_USB_GADGET=y


More information about the U-Boot mailing list