]> www.infradead.org Git - users/hch/misc.git/commitdiff
dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 9 Oct 2025 18:37:43 +0000 (20:37 +0200)
committerRob Herring (Arm) <robh@kernel.org>
Fri, 10 Oct 2025 18:50:30 +0000 (13:50 -0500)
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>
[robh: Also drop [A-F] in unit address]
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml

index 9845a187bdf65a92fdd44f87fc8304d58dc86072..232252e8825ec66f24c2c0bbf9976802057fec3a 100644 (file)
@@ -44,7 +44,7 @@ properties:
 
 patternProperties:
   # All other properties should be child nodes with unit-address and 'reg'
-  "^[a-zA-Z][a-zA-Z0-9,+\\-._]{0,63}@[0-9a-fA-F]+$":
+  "@[0-9a-f]+$":
     type: object
     additionalProperties: true
     properties: