Skip to content
Snippets Groups Projects
Commit 3e807886 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ramips: disable NAND device in mt7621.dtsi to fix boot errors on many devices


Enable it from .dts files that need it, also remove redundant properties

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 47936
parent 32877b31
No related branches found
No related tags found
No related merge requests found
...@@ -42,12 +42,7 @@ ...@@ -42,12 +42,7 @@
}; };
nand@1e003000 { nand@1e003000 {
compatible = "mtk,mt7621-nand"; status = "okay";
bank-width = <2>;
reg = <0x1e003000 0x800
0x1e003800 0x800>;
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
......
...@@ -22,12 +22,7 @@ ...@@ -22,12 +22,7 @@
}; };
nand@1e003000 { nand@1e003000 {
compatible = "mtk,mt7621-nand"; status = "okay";
bank-width = <2>;
reg = <0x1e003000 0x800
0x1e003800 0x800>;
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
......
...@@ -272,6 +272,8 @@ ...@@ -272,6 +272,8 @@
}; };
nand@1e003000 { nand@1e003000 {
status = "disabled";
compatible = "mtk,mt7621-nand"; compatible = "mtk,mt7621-nand";
bank-width = <2>; bank-width = <2>;
reg = <0x1e003000 0x800 reg = <0x1e003000 0x800
......
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