Skip to content

Commit ee5c565

Browse files
Wolfram Sanggregkh
authored andcommitted
dt-bindings: nvmem: don't check node names
Node names are already and properly checked by the core schema. No need to do it again. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Srinivas Kandagatla <srini@kernel.org> Link: https://patch.msgid.link/20251114110636.143268-7-srini@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 7dc63a2 commit ee5c565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ properties:
3131
maxItems: 1
3232

3333
patternProperties:
34-
"^.*@[0-9a-f]+$":
34+
"@[0-9a-f]+$":
3535
type: object
3636
$ref: layouts/fixed-cell.yaml
3737
unevaluatedProperties: false

0 commit comments

Comments
 (0)