commit | c8db7b47552c7b296de77788169a7c57cb54f561 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:43:55 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:35 2016 -0700 |
tree | 8392621cf24ab111c7b8382bd161b9064d357346 | |
parent | 0f5c269f50768286402a6e7be79f6c620c5d1a21 [diff] |
dm: power: Allow regulators to be omitted from SPL For some boards the pmic interface is useful but the regulator interface (which comes with it) is too large. Allow them to be separated such that SPL can decide which it needs. Signed-off-by: Simon Glass <sjg@chromium.org>