]> git.baikalelectronics.ru Git - uboot.git/commit
stm32f7: sdram: correct sdram configuration as per micron sdram
authorVikas Manocha <vikas.manocha@st.com>
Mon, 10 Apr 2017 22:03:03 +0000 (15:03 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:22 +0000 (11:57 -0400)
commit4885ee87fcafb363204a43bbaad36f2343588888
tree14e38035d8f8d84ec50fc92a62536ced09a40e92
parent7d483a02c450e088b10f878c1dcd5d57d80d94f0
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>
arch/arm/dts/stm32f746-disco.dts
drivers/ram/stm32_sdram.c
include/configs/stm32f746-disco.h
include/dt-bindings/memory/stm32-sdram.h