commit | bfea69ad27936d619c0eb3c1be55cc292df8d7f5 | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Mon Apr 10 15:03:03 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 11:57:22 2017 -0400 |
tree | 14e38035d8f8d84ec50fc92a62536ced09a40e92 | |
parent | a241c241cf2b08bb7905f4825e76e49944648b60 [diff] |
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>