[U-Boot] [PATCH v1 0/2] Add STM32MP157 SoC Power regulator
    Patrice Chotard 
    patrice.chotard at st.com
       
    Mon Apr  9 09:05:24 UTC 2018
    
    
  
This series :
   _ adds stmpu157 SoC power regulator driver
   _ populates DT with SoC power regulator entry
Patrice Chotard (1):
  ARM: dts: stm32mp157: Add SoC pwr regulator entry
Patrick Delaunay (1):
  stm32mp: regulator: add SoC pwr regulator support
 arch/arm/dts/stm32mp157.dtsi               |  33 ++++
 arch/arm/mach-stm32mp/Makefile             |   1 +
 arch/arm/mach-stm32mp/include/mach/stm32.h |   1 +
 arch/arm/mach-stm32mp/pwr_regulator.c      | 275 +++++++++++++++++++++++++++++
 arch/arm/mach-stm32mp/syscon.c             |   2 +
 5 files changed, 312 insertions(+)
 create mode 100644 arch/arm/mach-stm32mp/pwr_regulator.c
-- 
1.9.1
    
    
More information about the U-Boot
mailing list