| 1 | --- a/arch/powerpc/boot/dts/kilauea.dts |
| 2 | +++ b/arch/powerpc/boot/dts/kilauea.dts |
| 3 | @@ -93,8 +93,8 @@ |
| 4 | compatible = "ibm,sdram-405ex", "ibm,sdram-4xx-ddr2"; |
| 5 | dcr-reg = <0x010 0x002>; |
| 6 | interrupt-parent = <&UIC2>; |
| 7 | - interrupts = <0x5 0x4 /* ECC DED Error */ |
| 8 | - 0x6 0x4>; /* ECC SEC Error */ |
| 9 | + interrupts = <0x5 0x4 /* ECC DED Error */ |
| 10 | + 0x6 0x4>; /* ECC SEC Error */ |
| 11 | }; |
| 12 | |
| 13 | CRYPTO: crypto@ef700000 { |
| 14 | @@ -148,30 +148,30 @@ |
| 15 | reg = <0x00000000 0x00000000 0x04000000>; |
| 16 | #address-cells = <1>; |
| 17 | #size-cells = <1>; |
| 18 | - partition@0 { |
| 19 | + partition0@0 { |
| 20 | label = "kernel"; |
| 21 | reg = <0x00000000 0x001e0000>; |
| 22 | }; |
| 23 | - partition@1e0000 { |
| 24 | + partition1@1e0000 { |
| 25 | label = "dtb"; |
| 26 | reg = <0x001e0000 0x00020000>; |
| 27 | }; |
| 28 | - partition@200000 { |
| 29 | - label = "root"; |
| 30 | - reg = <0x00200000 0x00200000>; |
| 31 | + partition2@200000 { |
| 32 | + label = "rootfs"; |
| 33 | + reg = <0x00200000 0x03d60000>; |
| 34 | }; |
| 35 | - partition@400000 { |
| 36 | - label = "user"; |
| 37 | - reg = <0x00400000 0x03b60000>; |
| 38 | - }; |
| 39 | - partition@3f60000 { |
| 40 | + partition3@3f60000 { |
| 41 | label = "env"; |
| 42 | reg = <0x03f60000 0x00040000>; |
| 43 | }; |
| 44 | - partition@3fa0000 { |
| 45 | + partition4@3fa0000 { |
| 46 | label = "u-boot"; |
| 47 | reg = <0x03fa0000 0x00060000>; |
| 48 | }; |
| 49 | + partition5@0 { |
| 50 | + label = "firmware"; |
| 51 | + reg = <0x00000000 0x03f60000>; |
| 52 | + }; |
| 53 | }; |
| 54 | |
| 55 | ndfc@1,0 { |
| 56 | |