.. | .. |
---|
33 | 33 | }; |
---|
34 | 34 | }; |
---|
35 | 35 | |
---|
| 36 | +&L2 { |
---|
| 37 | + arm,parity-enable; |
---|
| 38 | + marvell,ecc-enable; |
---|
| 39 | +}; |
---|
| 40 | + |
---|
36 | 41 | &devbus_bootcs { |
---|
37 | 42 | status = "okay"; |
---|
38 | 43 | |
---|
.. | .. |
---|
67 | 72 | status = "okay"; |
---|
68 | 73 | }; |
---|
69 | 74 | |
---|
70 | | -&nand { |
---|
| 75 | +&nand_controller { |
---|
71 | 76 | 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 | + }; |
---|
78 | 87 | }; |
---|
79 | 88 | |
---|
80 | 89 | &spi0 { |
---|