cm520.patch 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. --- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-cm520-79f.dts
  2. +++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-cm520-79f.dts
  3. @@ -9,6 +9,10 @@
  4. model = "MobiPromo CM520-79F";
  5. compatible = "mobipromo,cm520-79f";
  6. + chosen {
  7. + bootargs-append = " ubi.block=0,1 root=/dev/ubiblock0_1";
  8. + };
  9. +
  10. aliases {
  11. led-boot = &led_sys;
  12. led-failsafe = &led_sys;
  13. @@ -218,65 +222,8 @@
  14. #size-cells = <1>;
  15. partition@0 {
  16. - label = "SBL1";
  17. - reg = <0x0 0x100000>;
  18. - read-only;
  19. - };
  20. -
  21. - partition@100000 {
  22. - label = "MIBIB";
  23. - reg = <0x100000 0x100000>;
  24. - read-only;
  25. - };
  26. -
  27. - partition@200000 {
  28. - label = "BOOTCONFIG";
  29. - reg = <0x200000 0x100000>;
  30. - };
  31. -
  32. - partition@300000 {
  33. - label = "QSEE";
  34. - reg = <0x300000 0x100000>;
  35. - read-only;
  36. - };
  37. -
  38. - partition@400000 {
  39. - label = "QSEE_1";
  40. - reg = <0x400000 0x100000>;
  41. - read-only;
  42. - };
  43. -
  44. - partition@500000 {
  45. - label = "CDT";
  46. - reg = <0x500000 0x80000>;
  47. - read-only;
  48. - };
  49. -
  50. - partition@580000 {
  51. - label = "CDT_1";
  52. - reg = <0x580000 0x80000>;
  53. - read-only;
  54. - };
  55. -
  56. - partition@600000 {
  57. - label = "BOOTCONFIG1";
  58. - reg = <0x600000 0x80000>;
  59. - };
  60. -
  61. - partition@680000 {
  62. - label = "APPSBLENV";
  63. - reg = <0x680000 0x80000>;
  64. - };
  65. -
  66. - partition@700000 {
  67. - label = "APPSBL";
  68. - reg = <0x700000 0x200000>;
  69. - read-only;
  70. - };
  71. -
  72. - partition@900000 {
  73. - label = "APPSBL_1";
  74. - reg = <0x900000 0x200000>;
  75. + label = "Bootloader";
  76. + reg = <0x0 0xb00000>;
  77. read-only;
  78. };
  79. @@ -306,7 +253,7 @@
  80. };
  81. partition@b80000 {
  82. - label = "ubi";
  83. + label = "rootfs";
  84. reg = <0xb80000 0x7480000>;
  85. };
  86. };