On 24 January 2016 at 13:53, Mateusz Kulikowski
<mateusz.kulikow...@gmail.com> wrote:
> This PMIC is connected on SPMI bus so needs SPMI support enabled.
>
> Signed-off-by: Mateusz Kulikowski <mateusz.kulikow...@gmail.com>
> Reviewed-by: Simon Glass <s...@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 <s...@chromium.org>

Note there is a 'pmic' command that you ca enable.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to