2
0
forked from Ivasoft/openwrt

ipq806x: backport mtd adm and smem driver

- Backport mtd adm driver from kernel 5.12
- Backport mtd parser smem from kernel 5.11
- Fix mtd rootfs patch
- Update qcom,smem compatible to qcom,smem-parts

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith
2021-03-01 01:06:22 +01:00
committed by Petr Štetiar
parent cde218d14b
commit c864f587a2
16 changed files with 820 additions and 910 deletions

View File

@@ -30,7 +30,7 @@
&flash {
partitions {
compatible = "qcom,smem";
compatible = "qcom,smem-part";
};
};
@@ -66,7 +66,7 @@
nand-ecc-step-size = <512>;
partitions {
compatible = "qcom,smem";
compatible = "qcom,smem-part";
};
};
};

View File

@@ -38,7 +38,7 @@
&flash {
partitions {
compatible = "qcom,smem";
compatible = "qcom,smem-part";
};
};
@@ -78,7 +78,7 @@
nand-ecc-step-size = <512>;
partitions {
compatible = "qcom,smem";
compatible = "qcom,smem-part";
};
};
};

View File

@@ -179,7 +179,7 @@
nand-ecc-step-size = <512>;
partitions {
compatible = "qcom,smem";
compatible = "qcom,smem-part";
};
};
};

View File

@@ -182,7 +182,7 @@
reg = <0>;
partitions {
compatible = "qcom,smem";
compatible = "qcom,smem-part";
};
};
};

View File

@@ -184,7 +184,7 @@
reg = <0>;
partitions {
compatible = "qcom,smem";
compatible = "qcom,smem-part";
};
};
};