1
0

spi: dt-bindings: 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>
Link: https://patch.msgid.link/20251020060951.30776-10-wsa+renesas@sang-engineering.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Wolfram Sang
2025-10-20 08:09:53 +02:00
committed by Mark Brown
parent 0cdb2b1b7e
commit 7c69694cec
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ properties:
provides an interface to override the native DWC SSI CS control.
patternProperties:
"^.*@[0-9a-f]+$":
"@[0-9a-f]+$":
type: object
additionalProperties: true

View File

@@ -111,7 +111,7 @@ properties:
- compatible
patternProperties:
"^.*@[0-9a-f]+$":
"@[0-9a-f]+$":
type: object
$ref: spi-peripheral-props.yaml
additionalProperties: true