commit | 05cbeb7c3612da8d4bafa82be05092450a500052 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 22 19:10:56 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:04 2017 -0600 |
tree | 3cb93562c7a9bc6df4978fc69b1af7960cbab273 | |
parent | 7a61b0b58f560ec0c29cbfa276aa938f76ea06b3 [diff] |
dm: mmc: Don't call board_mmc_power_init() with driver model We should not call out to board code from drivers. With driver model, mmc_power_init() already has code to use a named regulator, but the legacy code path remains. Update the code to make this clear. Signed-off-by: Simon Glass <sjg@chromium.org>