commit | 1c88b67ec8faa33c12438cab8a5191bbab6c85e3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 18:15:59 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 21:06:12 2015 -0600 |
tree | a26c0c9d78ea48fbb1b013db8ebd5de4c07aa09d | |
parent | 151b223b9c4e309d65166558afdfa0ce3c3b3213 [diff] |
dm: power: Add support for TPS65090 FETs The TPS65090 has 7 FETs which are modelled as regulators. This allows them to be controlled by drivers easier, accessed through the 'regulator' command and used by other drivers. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>