Home
last modified time | relevance | path

Searched hist:"1421 e0a375334d8ff2f996a95dccbc5e9a1a02f0" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ram/
H A Dstm32_sdram.c1421e0a375334d8ff2f996a95dccbc5e9a1a02f0 Tue Jul 18 15:37:25 UTC 2017 Patrice Chotard <patrice.chotard@st.com> ram: stm32: get base address from DT

Retrieve RAM base address from DT instead of using STM32_SDRAM_FMC

For STM32F7, FMC block base address is 0xA0000000, but SDRAM
registers are located at offset 0x140 inside FMC block.
Update the stm32_fmc_regs fields with all FMC registers
to map SDRAM registers at the right address.

These additionals registers will be used later.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>