021-add-ap148-partitions.patch 406 B

12345678910111213141516171819
  1. --- a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts
  2. +++ b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts
  3. @@ -77,15 +77,7 @@
  4. spi-max-frequency = <50000000>;
  5. reg = <0>;
  6. - partition@0 {
  7. - label = "rootfs";
  8. - reg = <0x0 0x1000000>;
  9. - };
  10. -
  11. - partition@1 {
  12. - label = "scratch";
  13. - reg = <0x1000000 0x1000000>;
  14. - };
  15. + linux,part-probe = "qcom-smem";
  16. };
  17. };
  18. };