mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
e70f70aa65
Add driver and binding for stm32mp1 ddr controller and phy Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
12 lines
365 B
Text
12 lines
365 B
Text
|
|
config STM32MP1_DDR
|
|
bool "STM32MP1 DDR driver"
|
|
depends on DM && OF_CONTROL && ARCH_STM32MP
|
|
select RAM
|
|
select SPL_RAM if SPL
|
|
default y
|
|
help
|
|
activate STM32MP1 DDR controller driver for STM32MP1 soc
|
|
family: support for LPDDR2, LPDDR3 and DDR3
|
|
the SDRAM parameters for controleur and phy need to be provided
|
|
in device tree (computed by DDR tuning tools)
|