usb: ehci-omap: Use PHY system to manage phy resets
authorAdam Ford <aford173@gmail.com>
Sat, 19 Feb 2022 23:08:45 +0000 (17:08 -0600)
committerMarek Vasut <marex@denx.de>
Wed, 23 Feb 2022 04:25:17 +0000 (05:25 +0100)
commit70dbff1f9e462117cebd6721703a353368a7f6a6
tree8c1283532fa90d18f7f1931f050548488988f7e8
parentd11f995cb909695f310f23b3513fb8c7a59457ab
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>
drivers/usb/host/ehci-omap.c