commit | b786054ff9934b0e95b34c41a88758ec6a9a7a50 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Jun 24 06:41:12 2020 -0400 |
committer | Andes <uboot@andestech.com> | Wed Jul 01 15:01:21 2020 +0800 |
tree | 373138fe61aea783757084532eb3c7c3111ee285 | |
parent | 4d88d96bf2a137d5c3a735d9847d98d9059a69c9 [diff] |
dm: Add support for simple-pm-bus 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>