u-boot-brain/drivers/ram
Vikas Manocha bfea69ad27 stm32f7: sdram: correct sdram configuration as per micron sdram
Actually the sdram memory on stm32f746 discovery board is micron part
MT48LC_4M32_B2B5_6A. This patch does the modification required in the
device tree node & driver for the same.

Also we are passing here all the timing parameters in terms of clock
cycles, so no need to convert time(ns or ms) to cycles.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
cc: Christophe KERELLO <christophe.kerello@st.com>
2017-05-08 11:57:22 -04:00
..
Kconfig stm32f7: sdram: move sdram driver code to ram drivers area 2017-05-08 11:39:02 -04:00
Makefile stm32f7: sdram: move sdram driver code to ram drivers area 2017-05-08 11:39:02 -04:00
ram-uclass.c dm: Add support for RAM drivers 2015-07-21 17:39:27 -06:00
sandbox_ram.c dm: test: Add a test for the ram uclass 2015-07-21 17:39:32 -06:00
stm32_sdram.c stm32f7: sdram: correct sdram configuration as per micron sdram 2017-05-08 11:57:22 -04:00