commit | 2336103cc94d6845e089983ea0d9a82eeb204f99 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 18:16:01 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 21:06:12 2015 -0600 |
tree | dce40c7c8391872a7df867657631e2e3c96e2f56 | |
parent | 0165149e1d53cf9d130bc0b37df747b7e4d8c72a [diff] |
dm: power: Add support for S5M8767 regulators This PMIC is used with SoCs which need a combination of BUCKs and LDOs. The driver supports changing voltage and enabling/disabling each regulator. It supports the standard device tree binding and supports driver model. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>