diff options
author | Andre Przywara <andre.przywara@arm.com> | 2019-06-23 15:09:50 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-07-16 17:13:15 +0530 |
commit | f96238e253661b43168352010a2628957940bd4b (patch) | |
tree | 487606ca21cc544768f1eccd2b5abb3a10692f0b /configs/pine_h64_defconfig | |
parent | 35fa673e0e5f9e947f0bae9d170bd9c8b449a751 (diff) | |
download | u-boot-f96238e253661b43168352010a2628957940bd4b.tar.gz u-boot-f96238e253661b43168352010a2628957940bd4b.tar.bz2 u-boot-f96238e253661b43168352010a2628957940bd4b.zip |
sunxi: H6: Enable USB for existing boards
So far USB was not enabled for the Allwinner H6 boards, as the PHY
driver was not ready and the clock gates were missing. Since this is now
fixed, let's add the PHY and the OHCI/EHCI drivers to the build, for
all existing H6 boards.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Corentin Labbe <clabbe.montjoie@gmail.com> # Pine-H64
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/pine_h64_defconfig')
-rw-r--r-- | configs/pine_h64_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/pine_h64_defconfig b/configs/pine_h64_defconfig index a49bd6618f..dd1368af39 100644 --- a/configs/pine_h64_defconfig +++ b/configs/pine_h64_defconfig @@ -12,3 +12,6 @@ CONFIG_MMC_SUNXI_SLOT_EXTRA=2 # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-pine-h64" +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y +CONFIG_USB3_VBUS_PIN="PL5" |