From d090cbab64c893e6c6122e468282750aeeeae840 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Mon, 9 Jul 2018 15:17:20 +0200 Subject: 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 Signed-off-by: Patrick Delaunay --- include/stm32_rcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { -- cgit v1.2.3