drivers: spi: spi_ll_stm32: Add support for STM32MP1x SoC

Add SPI driver support for STM32MP1x SoC.

Signed-off-by: Yaël Boutreux <yael.boutreux@st.com>
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Yaël Boutreux 2019-08-02 07:53:07 +02:00 committed by Maureen Helm
commit e0d6534f09
4 changed files with 94 additions and 1 deletions

View file

@ -46,6 +46,10 @@
#include <stm32mp1xx_ll_usart.h>
#endif
#ifdef CONFIG_SPI_STM32
#include <stm32mp1xx_ll_spi.h>
#endif
#ifdef CONFIG_IPM_STM32_IPCC
#include <stm32mp1xx_ll_ipcc.h>
#endif