[U-Boot] [PATCH] sunxi: Pine64-LTS: (Re-)enable USB 1.x support

The Pine64-LTS defconfig is missing the CONFIG_USB_OHCI_HCD symbol, as this was added during the same time as this defconfig was merged. USB 1.x devices like USB keyboards don't work due to this.
Add the symbol to the defconfig as all the other boards do.
Signed-off-by: Andre Przywara andre.przywara@arm.com --- configs/pine64-lts_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/pine64-lts_defconfig b/configs/pine64-lts_defconfig index fd3cdeec85..a833137787 100644 --- a/configs/pine64-lts_defconfig +++ b/configs/pine64-lts_defconfig @@ -16,4 +16,5 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-lts" CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y

On 09/03/2019 01:03, Andre Przywara wrote:
Hi,
The Pine64-LTS defconfig is missing the CONFIG_USB_OHCI_HCD symbol, as this was added during the same time as this defconfig was merged. USB 1.x devices like USB keyboards don't work due to this.
Add the symbol to the defconfig as all the other boards do.
is there any chance we can get this for 2019.04, please?
All the other boards got this line added with commit 29d280c88a1f ("sunxi: usb: Switch to Generic host controllers"). It's just that the Pine64-LTS defconfig was authored before, but merged afterwards that it's missing this line.
Thanks! Andre.
Signed-off-by: Andre Przywara andre.przywara@arm.com
configs/pine64-lts_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/pine64-lts_defconfig b/configs/pine64-lts_defconfig index fd3cdeec85..a833137787 100644 --- a/configs/pine64-lts_defconfig +++ b/configs/pine64-lts_defconfig @@ -16,4 +16,5 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-lts" CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y

On Sat, Mar 23, 2019 at 3:57 PM André Przywara andre.przywara@arm.com wrote:
On 09/03/2019 01:03, Andre Przywara wrote:
Hi,
The Pine64-LTS defconfig is missing the CONFIG_USB_OHCI_HCD symbol, as this was added during the same time as this defconfig was merged. USB 1.x devices like USB keyboards don't work due to this.
Add the symbol to the defconfig as all the other boards do.
is there any chance we can get this for 2019.04, please?
Merged for next, already.
participants (3)
-
Andre Przywara
-
André Przywara
-
Jagan Teki