[U-Boot] [PATCH v3 1/2] power: pmic: lp873x: Add the base pmic support
Simon Glass
sjg at chromium.org
Tue Oct 11 02:29:37 CEST 2016
On 29 September 2016 at 22:04, Keerthy <j-keerthy at ti.com> wrote:
> Add support to bind the regulators/child nodes with the pmic.
>
> Signed-off-by: Keerthy <j-keerthy at ti.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3:
>
> * Used dm_i2c_write and dm_i2c_read in place of dm_i2c_reg_write
> dm_i2c_reg_read respectively.
>
> Changes in v2:
>
> * Added pmic read/write functions.
>
> drivers/power/pmic/Kconfig | 7 ++++
> drivers/power/pmic/Makefile | 1 +
> drivers/power/pmic/lp873x.c | 86 +++++++++++++++++++++++++++++++++++++++++++++
> include/power/lp873x.h | 19 ++++++++++
> 4 files changed, 113 insertions(+)
> create mode 100644 drivers/power/pmic/lp873x.c
> create mode 100644 include/power/lp873x.h
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list