[PATCH v2 17/17] dt-bindings: mtd: ti,am654: Prevent unevaluated properties
Miquel Raynal
miquel.raynal at bootlin.com
Tue Jun 6 10:52:46 PDT 2023
Reference mtd-physmap.yaml which contains all the relevant properties
for this device. Add "unevaluatedProperties: false" to avoid any
spurious addition of random properties.
Cc: Vignesh Raghavendra <vigneshr at ti.com>
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml b/Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
index 4774c92e7fc4..df4fdc02456d 100644
--- a/Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
+++ b/Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
@@ -30,6 +30,8 @@ properties:
patternProperties:
"^flash@[0-1],[0-9a-f]+$":
type: object
+ $ref: mtd-physmap.yaml
+ unevaluatedProperties: false
required:
- compatible
--
2.34.1
More information about the linux-mtd
mailing list