diff options
Diffstat (limited to 'target/linux/ipq806x/patches-5.15/099-2-Documentation-devicetree-mtd-qcom_nandc-document-qco.patch')
-rw-r--r-- | target/linux/ipq806x/patches-5.15/099-2-Documentation-devicetree-mtd-qcom_nandc-document-qco.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/target/linux/ipq806x/patches-5.15/099-2-Documentation-devicetree-mtd-qcom_nandc-document-qco.patch b/target/linux/ipq806x/patches-5.15/099-2-Documentation-devicetree-mtd-qcom_nandc-document-qco.patch index c4c7dc7d6a..91d304479a 100644 --- a/target/linux/ipq806x/patches-5.15/099-2-Documentation-devicetree-mtd-qcom_nandc-document-qco.patch +++ b/target/linux/ipq806x/patches-5.15/099-2-Documentation-devicetree-mtd-qcom_nandc-document-qco.patch @@ -14,11 +14,10 @@ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> --- a/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml +++ b/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml -@@ -77,6 +77,14 @@ Optional properties: - description: +@@ -78,6 +78,14 @@ allOf: Must contain the ADM data type CRCI block instance number specified for the NAND controller on the given platform -+ + + qcom,boot_pages_size: + description: + Should contain the size of the total boot partitions @@ -26,10 +25,11 @@ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> + should be used. The boot layout is considered from the + start of the nand to the value set in this binding. + Only used in combination with 'nand-is-boot-medium'. - ++ - if: properties: -@@ -135,6 +135,9 @@ nand-controller@1ac00000 { + compatible: +@@ -135,6 +143,9 @@ examples: nand-ecc-strength = <4>; nand-bus-width = <8>; @@ -38,3 +38,4 @@ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> + partitions { compatible = "fixed-partitions"; + #address-cells = <1>; |