commit | a99472eb68a4d42be3a31d514ce2b5fbb6d75c84 | [log] [tgz] |
---|---|---|
author | Martin Fuzzey <martin.fuzzey@flowbird.group> | Tue Jan 14 15:56:16 2020 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 27 19:54:20 2020 -0500 |
tree | 1c9b3487a512da48ff542f5f46eaab35804be72e | |
parent | 946b7418a50d84cb005089af16b8c91d6ea9c0e2 [diff] |
power: pmic: add driver for Dialog DA9063 PMIC This adds the basic register access operations and child regulator binding (if a regulator driver exists). Robert Beckett: simplify accesses by using bottom bit of address as offset overflow. This avoids the need to track which page we are on. Add an option CONFIG_SPL_DM_PMIC_DA9063. Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group> Signed-off-by: Robert Beckett <bob.beckett@collabora.com>