summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mtd
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2023-06-19 12:29:05 +0300
committerMiquel Raynal <miquel.raynal@bootlin.com>2023-06-23 00:05:14 +0300
commit7578bb1f9273aa47d540f71fef446118821784b1 (patch)
tree03466f3149b6097a9c3d62c9ace5ba2cca5ee9fb /Documentation/devicetree/bindings/mtd
parent411a1215a07904cafbea683f4b2908f1310946a1 (diff)
downloadlinux-7578bb1f9273aa47d540f71fef446118821784b1.tar.xz
dt-bindings: mtd: qcom: Prevent NAND chip unevaluated properties
List all the possible properties in the NAND chip as per the example and set unevaluatedProperties to false in the NAND chip section. Cc: Manivannan Sadhasivam <mani@kernel.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/linux-mtd/20230619092916.3028470-7-miquel.raynal@bootlin.com
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')
-rw-r--r--Documentation/devicetree/bindings/mtd/qcom,nandc.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml b/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
index 3d77922dfaef..4ada60fbf81d 100644
--- a/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
+++ b/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
@@ -34,7 +34,9 @@ properties:
patternProperties:
"^nand@[a-f0-9]$":
type: object
+ $ref: raw-nand-chip.yaml
properties:
+
nand-bus-width:
const: 8
@@ -61,6 +63,8 @@ patternProperties:
Refer to the ipq8064 example on how to use this special binding.
+ unevaluatedProperties: false
+
allOf:
- $ref: nand-controller.yaml#