commit | 833b80d0e6881b3b4cedfb045da662aabaeff02f | [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 | b0cf4b3b69ffaf46aa5e11b4aae0d1bec3a1bf85 [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>