Skip to content
Snippets Groups Projects
Commit 4eefb007 authored by Patrice Chotard's avatar Patrice Chotard Committed by Tom Rini
Browse files

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: default avatarPatrice Chotard <patrice.chotard@st.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent f303aaf2
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,6 @@ ...@@ -195,7 +195,6 @@
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
mr-nbanks = <1>;
/* Memory configuration from sdram datasheet MT48LC_4M32_B2B5-6A */ /* Memory configuration from sdram datasheet MT48LC_4M32_B2B5-6A */
bank1: bank@0 { bank1: bank@0 {
st,sdram-control = /bits/ 8 <NO_COL_8 NO_ROW_12 MWIDTH_16 BANKS_4 st,sdram-control = /bits/ 8 <NO_COL_8 NO_ROW_12 MWIDTH_16 BANKS_4
......
...@@ -209,7 +209,6 @@ ...@@ -209,7 +209,6 @@
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
mr-nbanks = <1>;
/* Memory configuration from sdram datasheet MT48LC_4M32_B2B5-6A */ /* Memory configuration from sdram datasheet MT48LC_4M32_B2B5-6A */
bank1: bank@0 { bank1: bank@0 {
st,sdram-control = /bits/ 8 <NO_COL_8 NO_ROW_12 MWIDTH_32 BANKS_4 st,sdram-control = /bits/ 8 <NO_COL_8 NO_ROW_12 MWIDTH_32 BANKS_4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment