commit | d9f80649739041dc566e1f45b7f1d6ce5bc180f9 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Feb 19 17:08:45 2022 -0600 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 23 05:25:17 2022 +0100 |
tree | 8c1283532fa90d18f7f1931f050548488988f7e8 | |
parent | cb9a3561c5a6064aa12f1cf6c51d6e23b2e680fb [diff] |
usb: ehci-omap: Use PHY system to manage phy resets There are a few boards that use hard-coded GPIO definitions in their respective defconfig files. If the GPIO's are listed in their device trees, the nop-phy can toggle the GPIO's, so the EHCI driver does not need to know anything about the GPIO's. Add functions for getting the phys and remove the GPIO toggles since the phy will now do that. Signed-off-by: Adam Ford <aford173@gmail.com>