hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts
....@@ -33,6 +33,11 @@
3333 };
3434 };
3535
36
+&L2 {
37
+ arm,parity-enable;
38
+ marvell,ecc-enable;
39
+};
40
+
3641 &devbus_bootcs {
3742 status = "okay";
3843
....@@ -67,14 +72,18 @@
6772 status = "okay";
6873 };
6974
70
-&nand {
75
+&nand_controller {
7176 status = "okay";
72
- label = "pxa3xx_nand-0";
73
- num-cs = <1>;
74
- marvell,nand-keep-config;
75
- nand-on-flash-bbt;
76
- nand-ecc-strength = <4>;
77
- nand-ecc-step-size = <512>;
77
+
78
+ nand@0 {
79
+ reg = <0>;
80
+ label = "pxa3xx_nand-0";
81
+ nand-rb = <0>;
82
+ marvell,nand-keep-config;
83
+ nand-on-flash-bbt;
84
+ nand-ecc-strength = <4>;
85
+ nand-ecc-step-size = <512>;
86
+ };
7887 };
7988
8089 &spi0 {