mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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:
parent
0cdb2b1b7e
commit
7c69694cec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ properties:
|
|||
- compatible
|
||||
|
||||
patternProperties:
|
||||
"^.*@[0-9a-f]+$":
|
||||
"@[0-9a-f]+$":
|
||||
type: object
|
||||
$ref: spi-peripheral-props.yaml
|
||||
additionalProperties: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user