commit | 083fc83a4e1187a3f42575c8e3df089d3be622ad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 23 15:38:59 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:26 2015 -0600 |
tree | 4c562301946c94dcfcf6e7d332a433e89a36d528 | |
parent | 3b55d30f6ff2f16c5fd02685bff7639211e6d326 [diff] |
dm: power: Add a function to set up all regulators The device tree provides information about which regulators should be on at boot, or always on. Use this to set them up automatically. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>