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

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>

authored by

Wolfram Sang and committed by
Greg Kroah-Hartman
ee5c5651 7dc63a2a

+1 -1
+1 -1
Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
··· 31 31 maxItems: 1 32 32 33 33 patternProperties: 34 - "^.*@[0-9a-f]+$": 34 + "@[0-9a-f]+$": 35 35 type: object 36 36 $ref: layouts/fixed-cell.yaml 37 37 unevaluatedProperties: false