Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mfd: omap-usb-host: Fix improper mask use.
single-ulpi-bypass is a flag used for older OMAP3 silicon. The flag when set, can excite code that improperly uses the OMAP_UHH_HOSTCONFIG_UPLI_BYPASS define to clear the corresponding bit. Instead it clears all of the other bits disabling all of the ports in the process. Cc: [email protected] Signed-off-by: Michael Welling <[email protected]> Signed-off-by: Lee Jones <[email protected]>
- Loading branch information