commit | 2ce63abe0c5ef1da3a4c804dbd53a641a4a06050 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Mon Jul 05 13:29:03 2021 +0100 |
committer | Ramon Fried <rfried.dev@gmail.com> | Tue Sep 28 18:50:55 2021 +0300 |
tree | 9d85cf9c03c2121ccec8504c7db66d194c4c1397 | |
parent | f2f88ccf6a49bc43b9bc73a42237b63766073864 [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>