diff options
author | Patrick Delaunay | 2018-07-09 15:17:20 +0200 |
---|---|---|
committer | Tom Rini | 2018-07-20 15:55:05 -0400 |
commit | d090cbab64c893e6c6122e468282750aeeeae840 (patch) | |
tree | e7c763d35e75bcd7b5d82c6fce964924c8c51566 /include/stm32_rcc.h | |
parent | a674313c2cebfad8e168a2011027470a2e640983 (diff) |
misc: stm32: Add STM32MP1 support
Following next kernel rcc bindings, we must use a MFD
RCC driver which is able to bind both clock and reset
drivers.
We can reuse and adapt RCC MFD driver already available
for MCU SoCs (F4/F7/H7).
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'include/stm32_rcc.h')
-rw-r--r-- | include/stm32_rcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stm32_rcc.h b/include/stm32_rcc.h index 71da3c1a871..a09a09ff955 100644 --- a/include/stm32_rcc.h +++ b/include/stm32_rcc.h @@ -43,6 +43,7 @@ enum soc_family { STM32F42X, STM32F469, STM32F7, + STM32MP1, }; enum apb { |