diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-04-26 16:45:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-08 09:07:38 -0400 |
commit | e8b85e810ad28aebc4971df3c0d3975708377ab4 (patch) | |
tree | 86b21adf578624c5a1259d7a87c924e340e98a65 /arch/arm/mach-stm32mp/include/mach | |
parent | cb61c9ec64337a9a6c4a91d8e3ff0b139de99d9e (diff) | |
download | u-boot-e8b85e810ad28aebc4971df3c0d3975708377ab4.tar.gz u-boot-e8b85e810ad28aebc4971df3c0d3975708377ab4.tar.xz u-boot-e8b85e810ad28aebc4971df3c0d3975708377ab4.zip |
stm32mp: regulator: add SoC pwr regulator support
This driver binds and manages the following regulator of
SoC's PWR block :
- reg11
- reg18
- usb33
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/include/mach')
-rw-r--r-- | arch/arm/mach-stm32mp/include/mach/stm32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/include/mach/stm32.h b/arch/arm/mach-stm32mp/include/mach/stm32.h index afcab299cf..a8142013b0 100644 --- a/arch/arm/mach-stm32mp/include/mach/stm32.h +++ b/arch/arm/mach-stm32mp/include/mach/stm32.h @@ -28,6 +28,7 @@ enum { STM32MP_SYSCON_UNKNOWN, STM32MP_SYSCON_STGEN, + STM32MP_SYSCON_PWR, }; /* |