commit | f615e6a64d23952d3c68b9ac92b4ef5fa5ebdf8a | [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 | d308c0136d8a530d4846ab08ce02e6d40614d7e7 [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>