commit | 41d6fa8aa942d06d618ebd042e54c1aa4eead4ee | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Feb 07 14:50:04 2021 +0100 |
committer | Marek Vasut <marex@denx.de> | Wed Mar 03 04:12:45 2021 +0100 |
tree | fb5680b600ec840209795b37a5f96290f9054aed | |
parent | 572250d45a61384465e8badd7c8b7364fc9c91ca [diff] |
usb: musb: Always clear the data toggle bit when configuring ep Without this patch clearing was done only when U-Boot was compiled with MUSB Host Controller. But clearing of data toggle bit is needed also for MUSB Device Controller otherwise Device Controller does not work correctly. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Lukasz Majewski <lukma@denx.de> Acked-by: Pavel Machek <pavel@ucw.cz>