summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw/ofw_power.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement a power domain framework to turn on/off so-called powerpatrick2018-05-021-0/+36
domains. This mechanism is used by the newer i.MX8M SoCs so that drivers can call into ATF to supply power to e.g. a USB port. ok kettenis@