commit | a6f5e1b9cdc9cb407ba440ca534ff0e29f987685 | [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 | 4cc53ef1843448edf1b32bb19cfac1356eee3246 [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>