Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mtd: partitions: Fix partition node name pattern

The 'partition' node name pattern is missing start and end anchors, so
anything is allowed before or after the regex pattern. There's no in tree
users needing that, so add anchors to the pattern.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Pratyush Yadav <ptyadav@amazon.de>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230120020454.3225796-1-robh@kernel.org

authored by

Rob Herring and committed by
Miquel Raynal
c705e63a a30144c0

+1 -1
+1 -1
Documentation/devicetree/bindings/mtd/partitions/partitions.yaml
··· 32 32 enum: [1, 2] 33 33 34 34 patternProperties: 35 - "partition(-.+|@[0-9a-f]+)": 35 + "^partition(-.+|@[0-9a-f]+)$": 36 36 $ref: partition.yaml 37 37 38 38 required: