commit | f303aaf21b968ab959edcc354892f9eca8907e0b | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 17:37:27 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 26 11:29:15 2017 -0400 |
tree | 9116053595de57030e108158f5ceba95ac76bfb6 | |
parent | f39b90dc8c2b6da6665fa4c7dcd47d32cbe07a29 [diff] |
ram: stm32: add second SDRAM bank management FMC is able to manage 2 SDRAM banks, but the current driver implementation is only able to manage the first SDRAM bank. Even if only bank2 is used, some bank1 registers must be configured. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>