Commit 4dcdcfd5 authored by Matti Vaittinen's avatar Matti Vaittinen Committed by Lee Jones

mfd: Support for ROHM BD71815 PMIC core

Add core support for ROHM BD71815 Power Management IC.

The IC integrates regulators, a battery charger with a coulomb counter,
a real-time clock (RTC), clock gate and general-purpose outputs (GPO).
Signed-off-by: default avatarMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 06b2f5f5
...@@ -1975,19 +1975,20 @@ config MFD_ROHM_BD70528 ...@@ -1975,19 +1975,20 @@ config MFD_ROHM_BD70528
charger. charger.
config MFD_ROHM_BD71828 config MFD_ROHM_BD71828
tristate "ROHM BD71828 Power Management IC" tristate "ROHM BD71828 and BD71815 Power Management IC"
depends on I2C=y depends on I2C=y
depends on OF depends on OF
select REGMAP_I2C select REGMAP_I2C
select REGMAP_IRQ select REGMAP_IRQ
select MFD_CORE select MFD_CORE
help help
Select this option to get support for the ROHM BD71828 Power Select this option to get support for the ROHM BD71828 and BD71815
Management IC. BD71828GW is a single-chip power management IC for Power Management ICs. BD71828GW and BD71815AGW are single-chip power
battery-powered portable devices. The IC integrates 7 buck management ICs mainly for battery-powered portable devices.
converters, 7 LDOs, and a 1500 mA single-cell linear charger. The BD71828 integrates 7 buck converters and 7 LDOs. The BD71815
Also included is a Coulomb counter, a real-time clock (RTC), and has 5 bucks, 7 LDOs, and a boost for driving LEDs. Both ICs provide
a 32.768 kHz clock gate. also a single-cell linear charger, a Coulomb counter, a real-time
clock (RTC), GPIOs and a 32.768 kHz clock gate.
config MFD_STM32_LPTIMER config MFD_STM32_LPTIMER
tristate "Support for STM32 Low-Power Timer" tristate "Support for STM32 Low-Power Timer"
......
This diff is collapsed.
This diff is collapsed.
...@@ -151,6 +151,9 @@ enum { ...@@ -151,6 +151,9 @@ enum {
#define BD71828_REG_GPIO_CTRL3 0x49 #define BD71828_REG_GPIO_CTRL3 0x49
#define BD71828_REG_IO_STAT 0xed #define BD71828_REG_IO_STAT 0xed
/* clk */
#define BD71828_REG_OUT32K 0x4b
/* RTC */ /* RTC */
#define BD71828_REG_RTC_SEC 0x4c #define BD71828_REG_RTC_SEC 0x4c
#define BD71828_REG_RTC_MINUTE 0x4d #define BD71828_REG_RTC_MINUTE 0x4d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment