mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
ARM: DTS: stm32: remove useless mr-nbanks property
FMC driver is now able to discover the bank number by parsing bank subnodes. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Tom Rini

parent
f303aaf21b
commit
4eefb0070d
@ -195,7 +195,6 @@
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
||||
mr-nbanks = <1>;
|
||||
/* Memory configuration from sdram datasheet MT48LC_4M32_B2B5-6A */
|
||||
bank1: bank@0 {
|
||||
st,sdram-control = /bits/ 8 <NO_COL_8 NO_ROW_12 MWIDTH_16 BANKS_4
|
||||
|
@ -209,7 +209,6 @@
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
||||
mr-nbanks = <1>;
|
||||
/* Memory configuration from sdram datasheet MT48LC_4M32_B2B5-6A */
|
||||
bank1: bank@0 {
|
||||
st,sdram-control = /bits/ 8 <NO_COL_8 NO_ROW_12 MWIDTH_32 BANKS_4
|
||||
|
Reference in New Issue
Block a user