usb: xhci-dwc3: Add support for clocks/resets
authorSamuel Holland <samuel@sholland.org>
Mon, 5 Jul 2021 12:29:03 +0000 (13:29 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 22 Sep 2021 19:29:56 +0000 (21:29 +0200)
commit91ce84a56b3419fc7b8bd75575d470c0d22ae2b0
tree9d85cf9c03c2121ccec8504c7db66d194c4c1397
parent70a98caf194dba204861575d207f9172549a5f35
usb: xhci-dwc3: Add support for clocks/resets

Some platforms, like the Allwinner H6, do not have a separate glue layer
around the dwc3. Instead, they rely on the clocks/resets/phys referenced
from the dwc3 DT node itself. Add support for enabling the clocks/resets
referenced from the dwc3 DT node.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/usb/host/xhci-dwc3.c