commit | 0165149e1d53cf9d130bc0b37df747b7e4d8c72a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 18:16:00 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 21:06:12 2015 -0600 |
tree | 664cbddfd13be61df58efe17ef007d664f7c52b9 | |
parent | 9fa8e9caaa634d9dff0451893df412ffc982bc15 [diff] |
dm: power: Add support for the S5M8767 PMIC This PMIC is used with SoCs which need a combination of BUCKs and LDOs. The driver supports probing and basic register access. It supports the standard device tree binding and supports driver model. A regulator driver can be provided also. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>