summaryrefslogtreecommitdiffstats
path: root/test/dm/simple-pm-bus.c
Commit message (Collapse)AuthorAgeFilesLines
* dm: Add support for simple-pm-busSean Anderson2020-07-011-0/+45
This type of bus is used in Linux to designate buses which have power domains and/or clocks which need to be enabled before their child devices can be used. Because power domains are automatically enabled before probing in U-Boot, we just need to enable any clocks present. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>