On 24 January 2016 at 13:53, Mateusz Kulikowski <[email protected]> wrote: > This PMIC is connected on SPMI bus so needs SPMI support enabled. > > Signed-off-by: Mateusz Kulikowski <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > > 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 <[email protected]> Note there is a 'pmic' command that you ca enable. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

