summaryrefslogtreecommitdiff
path: root/include/stm32_rcc.h
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2018-07-09 16:17:20 +0300
committerTom Rini <trini@konsulko.com>2018-07-20 22:55:05 +0300
commitd090cbab64c893e6c6122e468282750aeeeae840 (patch)
treee7c763d35e75bcd7b5d82c6fce964924c8c51566 /include/stm32_rcc.h
parenta674313c2cebfad8e168a2011027470a2e640983 (diff)
downloadu-boot-d090cbab64c893e6c6122e468282750aeeeae840.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stm32_rcc.h b/include/stm32_rcc.h
index 71da3c1a87..a09a09ff95 100644
--- a/include/stm32_rcc.h
+++ b/include/stm32_rcc.h
@@ -43,6 +43,7 @@ enum soc_family {
STM32F42X,
STM32F469,
STM32F7,
+ STM32MP1,
};
enum apb {