forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/arm/boot/dts/armada-xp-db-dxbc2.dts
....@@ -68,14 +68,18 @@
6868 status = "okay";
6969 };
7070
71
-&nand {
71
+&nand_controller {
7272 status = "okay";
73
- label = "pxa3xx_nand-0";
74
- num-cs = <1>;
75
- marvell,nand-keep-config;
76
- nand-on-flash-bbt;
77
- nand-ecc-strength = <4>;
78
- nand-ecc-step-size = <512>;
73
+
74
+ nand@0 {
75
+ reg = <0>;
76
+ label = "pxa3xx_nand-0";
77
+ nand-rb = <0>;
78
+ marvell,nand-keep-config;
79
+ nand-on-flash-bbt;
80
+ nand-ecc-strength = <4>;
81
+ nand-ecc-step-size = <512>;
82
+ };
7983 };
8084
8185 &sdio {