summaryrefslogtreecommitdiff
path: root/driver/pmic_tps650x30.h
Commit message (Collapse)AuthorAgeFilesLines
* meowth: zoombini: Mask off 5V PGOOD and COMP_C.Aseda Aboagye2017-12-181-0/+1
| | | | | | | | | | | | | | | | | | The boards need to have 5V masked off from the power good tree. Additionially, Meowth needs to have the COMP_C fault masked from the fault mask because its enable is connected and not grounded like on Zoombini. BUG=b:69935563 BRANCH=None TEST=flash zoombini; Verify that we can boot to S0. Change-Id: Ia51004a131e7c31d0e5ee59d87ab13455b822779 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/807632 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
* driver: Rename pmic_tps650830 -> pmic_tps650x30.Aseda Aboagye2017-10-261-0/+35
The registers seem to be the same for the TPS650930, therefore, this commit just renames the register map to have a more generic name. BUG=None BRANCH=None TEST=make -j buildall Change-Id: Ib1c604b29e7f0e47cc036e042fe597f644d7ad36 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/736311 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>