commit | 91ce84a56b3419fc7b8bd75575d470c0d22ae2b0 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Mon Jul 05 13:29:03 2021 +0100 |
committer | Marek Vasut <marex@denx.de> | Wed Sep 22 21:29:56 2021 +0200 |
tree | 9d85cf9c03c2121ccec8504c7db66d194c4c1397 | |
parent | 70a98caf194dba204861575d207f9172549a5f35 [diff] |
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>