]> Gentwo Git Trees - linux/.git/commitdiff
dt-bindings: bus: don't check node names
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 20 Oct 2025 06:09:50 +0000 (08:09 +0200)
committerRob Herring (Arm) <robh@kernel.org>
Mon, 17 Nov 2025 17:24:49 +0000 (11:24 -0600)
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: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://patch.msgid.link/20251020060951.30776-7-wsa+renesas@sang-engineering.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml
Documentation/devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml
Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml
Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml

index 24c939f59091082853eae9cd9e7584336faf5527..cd5c2a532a9223ef76e1c21948b643fbea917cef 100644 (file)
@@ -43,7 +43,7 @@ properties:
     maximum: 20000000
 
 patternProperties:
-  "^.*@[0-9a-fA-F]+$":
+  "@[0-9a-f]+$":
     type: object
     additionalProperties: true
     properties:
index 4adbb7afa889d47bc51bb995f626e85186cb1f36..6645352c7f6b4ef676347214018d12f5df337e7e 100644 (file)
@@ -70,7 +70,7 @@ properties:
       - const: ahb
 
 patternProperties:
-  "^.*@[0-9a-f]+$":
+  "@[0-9a-f]+$":
     description: Devices attached to the bus
     type: object
 
index d12b62a3a5a88c485fa93c6ea3617037d316ddda..bf0af3424c9af8ea7247092368f0ec66e3915cd2 100644 (file)
@@ -44,7 +44,7 @@ properties:
       Contains the firewall ID associated to the peripheral.
 
 patternProperties:
-  "^.*@[0-9a-f]+$":
+  "@[0-9a-f]+$":
     description: Peripherals
     type: object
 
index 20acd1a6b1736238de6abe4364dbbd3d408f9ecd..9eb0b48b4f51fc5c684cf9586b202d1e40e68aa8 100644 (file)
@@ -60,7 +60,7 @@ properties:
       Contains the firewall ID associated to the peripheral.
 
 patternProperties:
-  "^.*@[0-9a-f]+$":
+  "@[0-9a-f]+$":
     description: Peripherals
     type: object