110-kilauea_openwrt_flashmap.patch 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --- a/arch/powerpc/boot/dts/kilauea.dts
  2. +++ b/arch/powerpc/boot/dts/kilauea.dts
  3. @@ -102,8 +102,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. CRYPTO: crypto@ef700000 {
  13. @@ -157,30 +157,30 @@
  14. reg = <0x00000000 0x00000000 0x04000000>;
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. - partition@0 {
  18. + partition0@0 {
  19. label = "kernel";
  20. reg = <0x00000000 0x001e0000>;
  21. };
  22. - partition@1e0000 {
  23. + partition1@1e0000 {
  24. label = "dtb";
  25. reg = <0x001e0000 0x00020000>;
  26. };
  27. - partition@200000 {
  28. - label = "root";
  29. - reg = <0x00200000 0x00200000>;
  30. - };
  31. - partition@400000 {
  32. - label = "user";
  33. - reg = <0x00400000 0x03b60000>;
  34. + partition2@200000 {
  35. + label = "rootfs";
  36. + reg = <0x00200000 0x03d60000>;
  37. };
  38. - partition@3f60000 {
  39. + partition3@3f60000 {
  40. label = "env";
  41. reg = <0x03f60000 0x00040000>;
  42. };
  43. - partition@3fa0000 {
  44. + partition4@3fa0000 {
  45. label = "u-boot";
  46. reg = <0x03fa0000 0x00060000>;
  47. };
  48. + partition5@0 {
  49. + label = "firmware";
  50. + reg = <0x00000000 0x03f60000>;
  51. + };
  52. };
  53. ndfc@1,0 {