Re: [PATCH v2 4/4] configs: Enable USB3 on Allwinner H6 boards

2021-04-21 Thread Andre Przywara
On Sat, 17 Apr 2021 09:20:59 -0500 Samuel Holland wrote: > Pine H64 and Orange Pi 3 both provide a USB3 type A port. > Enable it in U-Boot. Any reason to enable it only for those two boards? Just because those are the H6 devices you have access to? I wonder if we should enable this in Kconfig f

[PATCH v2 4/4] configs: Enable USB3 on Allwinner H6 boards

2021-04-17 Thread Samuel Holland
Pine H64 and Orange Pi 3 both provide a USB3 type A port. Enable it in U-Boot. Signed-off-by: Samuel Holland --- configs/orangepi_3_defconfig | 5 + configs/pine_h64_defconfig | 5 + 2 files changed, 10 insertions(+) diff --git a/configs/orangepi_3_defconfig b/configs/orangepi_3_defco