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: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47936
v19.07.3_mercusys_ac12_duma
Felix Fietkau 9 years ago
parent 32877b31dc
commit 3e807886d0

@ -42,12 +42,7 @@
};
nand@1e003000 {
compatible = "mtk,mt7621-nand";
bank-width = <2>;
reg = <0x1e003000 0x800
0x1e003800 0x800>;
#address-cells = <1>;
#size-cells = <1>;
status = "okay";
partition@0 {
label = "u-boot";

@ -22,12 +22,7 @@
};
nand@1e003000 {
compatible = "mtk,mt7621-nand";
bank-width = <2>;
reg = <0x1e003000 0x800
0x1e003800 0x800>;
#address-cells = <1>;
#size-cells = <1>;
status = "okay";
partition@0 {
label = "u-boot";

@ -272,6 +272,8 @@
};
nand@1e003000 {
status = "disabled";
compatible = "mtk,mt7621-nand";
bank-width = <2>;
reg = <0x1e003000 0x800

Loading…
Cancel
Save