diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-05-06 11:15:16 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-05-06 11:15:16 +0200 |
commit | 1aaac8e60042b1e132f84184cfd9aa0f1a4afdde (patch) | |
tree | 9579e5f8555b2bccd574cbf962f03d62a794c5e5 /configs | |
parent | 0d55c7845040feba6453213be1a1fbb16111b01c (diff) |
configs: stm32f469-disco: Disable PINCTRL_FULL flag
Disable unused PINCTRL_FULL flag.
Series-cc: pde, cke, pch, uboot-stm32
Cover-letter:
SPI flash STM32 MCU's fixes
This series update MCU's DT in order to fix SPI flash
configuration:
- Adds MPU region dedicated for SPI flash used in memory mapped mode.
- Fixes compatible string.
- Fixes memory map size.
- Updates spi-tx-bus-width and spi-rx-bus-width property values.
- Adds QSPI flash support for STM32F469-disco board
END
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stm32f469-discovery_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig index 174f8078a6d..dcd06976773 100644 --- a/configs/stm32f469-discovery_defconfig +++ b/configs/stm32f469-discovery_defconfig @@ -31,6 +31,7 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y +# CONFIG_PINCTRL_FULL is not set CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_STM32_QSPI=y |