commit | 612c4f73a16abff178fe1d01d0c74cab1ef767fa | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Fri May 19 11:58:54 2023 -0700 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 21 02:05:10 2023 +0200 |
tree | e6a4960b4b2b621b05d8f229c6addcf4d27608fe | |
parent | aa48934a9db25d3f76aea2b14200d3e7dfaf3e7b [diff] |
usb: ehci-mx6: remove unnecessary regulator enable from probe Remove the regulator_set_enable() call from device probe which resolves a regulator imbalance. This is unnecessary as regulator_set_enable() will be called when ehci_register calls the init_after_reset hook. Suggested-by: Marek Vasut <marex@denx.de> Signed-off-by: Tim Harvey <tharvey@gateworks.com>