]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
spi: dt-bindings: don't check node names
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 20 Oct 2025 06:09:53 +0000 (08:09 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 23 Oct 2025 13:10:52 +0000 (14:10 +0100)
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>
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
Documentation/devicetree/bindings/spi/spi-controller.yaml

index 0543c526b783afc9723cfdeed28d1a1dbff1c6c1..5c87fc8a845dfe8e6af3fd1cd9a52959cb7959df 100644 (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
 
index 82d051f7bd6e09dab9809c85ff13475d2b118efd..3b8e990e30c4789a7b0e2ce4b075ab3959182de2 100644 (file)
@@ -111,7 +111,7 @@ properties:
       - compatible
 
 patternProperties:
-  "^.*@[0-9a-f]+$":
+  "@[0-9a-f]+$":
     type: object
     $ref: spi-peripheral-props.yaml
     additionalProperties: true