[PATCH 2/3] dt-bindings: mtd: qcom: Prevent NAND chip unevaluated properties
Miquel Raynal
miquel.raynal at bootlin.com
Tue Jun 6 03:30:56 PDT 2023
List all the possible properties in the NAND chip as per the example and
set unevaluatedProperties to false in the NAND chip section.
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
Documentation/devicetree/bindings/mtd/qcom,nandc.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml b/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
index 7217d8a64d14..4ed14cd97cb8 100644
--- a/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
+++ b/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
@@ -35,6 +35,8 @@ patternProperties:
"^nand@[a-f0-9]$":
type: object
properties:
+ reg: true
+
nand-bus-width:
const: 8
@@ -61,6 +63,10 @@ patternProperties:
Refer to the ipq8064 example on how to use this special binding.
+ partitions: true
+
+ unevaluatedProperties: false
+
allOf:
- $ref: "nand-controller.yaml#"
--
2.34.1
More information about the linux-mtd
mailing list