]> git.baikalelectronics.ru Git - uboot.git/commit
ram: stm32: add second SDRAM bank management
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 18 Jul 2017 15:37:27 +0000 (17:37 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jul 2017 15:29:15 +0000 (11:29 -0400)
commited80a9e8a1ff29f0651a86e1e0efea82b2e792e6
tree9116053595de57030e108158f5ceba95ac76bfb6
parenta4249e3d90fbce431cebd9db18fc3e241a584900
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>
doc/device-tree-bindings/ram/st,stm32-fmc.txt
drivers/ram/stm32_sdram.c