commit | 49fb5407ed42c9758e3e5ca0c3b5ff74ed5da5a7 | [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 | 386d12806a7382632fbb743e113156870dead222 [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>