diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-31 07:16:28 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-31 07:16:28 -0400 |
commit | 55955427cb617763d63e219d4f26d9a9434bc3e2 (patch) | |
tree | bdfc6943584be23fa8fd8e83c94b60790a42cf48 /configs/u200_defconfig | |
parent | e2822ccc2c7c0ba8d7d959a1fa1e6221ed135423 (diff) | |
parent | d0b1f72a04e49cb2abfac5c4e13696eabc125132 (diff) |
Merge tag 'u-boot-amlogic-20190531' of git://git.denx.de/u-boot-amlogic
- Sync DT with Linux 5.2-rc1 for G12A
- Add USB clock support that was introduced in 5.2-rc1 bindings
- Add currently in-review for Linux eMMC & USB DT for G12A in -u-boot.dtsi
- Fix PHY routing to external PHY when chainloading from a misconfigred bootloader
- Remove useless PHY GPIO reset from q200 board file
- Enable USB support for Amlogic U200 reference board
Diffstat (limited to 'configs/u200_defconfig')
-rw-r--r-- | configs/u200_defconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/u200_defconfig b/configs/u200_defconfig index 13b6f41847..2c0999c707 100644 --- a/configs/u200_defconfig +++ b/configs/u200_defconfig @@ -37,3 +37,20 @@ CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_MESON_SERIAL=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_USB=y +CONFIG_USB_HOST=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_PHY=y +CONFIG_MESON_G12A_USB_PHY=y +CONFIG_DM_USB=y +CONFIG_USB_GADGET_DWC2_OTG=y +CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y +CONFIG_USB_XHCI_HCD=y +CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_DWC3=y +CONFIG_USB_DWC3_MESON_G12A=y +CONFIG_CMD_USB=y +CONFIG_CMD_USB_MASS_STORAGE=y +CONFIG_USB_GADGET_VENDOR_NUM=0x1b8e +CONFIG_USB_GADGET_PRODUCT_NUM=0xfada |