[U-Boot] [PATCH v2 14/18] pmic: Add support for Qualcomm PM8916 PMIC

Simon Glass sjg at chromium.org
Sun Jan 31 16:16:48 CET 2016


On 24 January 2016 at 13:53, Mateusz Kulikowski
<mateusz.kulikowski at gmail.com> wrote:
> This PMIC is connected on SPMI bus so needs SPMI support enabled.
>
> Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Add reviewed-by
> - Reordered Kconfig & Makefile (to keep alphabetical ordering)
> - Added link to dt binding @ help
>
> Changes in v1:
> - Added dt bindings
> - Reoder includes
> - Replaced extract_* macros with ordinary shift/mask
> - Added error checking and whitespaces in probe
>
>  doc/device-tree-bindings/pmic/pm8916.txt | 18 ++++++
>  drivers/power/pmic/Kconfig               | 16 ++++++
>  drivers/power/pmic/Makefile              |  1 +
>  drivers/power/pmic/pm8916.c              | 96 ++++++++++++++++++++++++++++++++
>  4 files changed, 131 insertions(+)
>  create mode 100644 doc/device-tree-bindings/pmic/pm8916.txt
>  create mode 100644 drivers/power/pmic/pm8916.c

Tested on Dragonboard 410c
Tested-by: Simon Glass <sjg at chromium.org>

Note there is a 'pmic' command that you ca enable.


More information about the U-Boot mailing list