[U-Boot] [PATCH v1 0/4] Add STM32MP157 regulator driver
Patrice Chotard
patrice.chotard at st.com
Wed Apr 4 12:30:39 UTC 2018
This series :
_ adds stpmu1 regulator driver
_ enables regulator relative flags in stm32mp15_basic_defconfig
_ updates pmic driver to bind regulator child nodes
_ adds regulator nodes entry in DT
Christophe Kerello (1):
power: regulator: stpmu1: Introduce stpmu1 driver
Patrice Chotard (3):
power: pmic: stpmu1: Add regulator bindings
ARM: dts: stm32mp157c-ed1: Add regulator node
configs: stm32mp15_basic: Set regulator relative flags
arch/arm/dts/stm32mp157c-ed1.dts | 272 +++++++++++++++
configs/stm32mp15_basic_defconfig | 5 +
drivers/power/pmic/stpmu1.c | 34 ++
drivers/power/regulator/Kconfig | 9 +
drivers/power/regulator/Makefile | 1 +
drivers/power/regulator/stpmu1.c | 670 ++++++++++++++++++++++++++++++++++++
include/dt-bindings/mfd/st,stpmu1.h | 60 ++++
7 files changed, 1051 insertions(+)
create mode 100644 drivers/power/regulator/stpmu1.c
create mode 100644 include/dt-bindings/mfd/st,stpmu1.h
--
1.9.1
More information about the U-Boot
mailing list