[v2] dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names

Message ID 20251009183835.5533-2-wsa+renesas@sang-engineering.com (mailing list archive)
State New
Headers
Series [v2] dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names |

Commit Message

Wolfram Sang Oct. 9, 2025, 6:37 p.m. UTC
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>
---
Changes since v1:
* dropped superfluous '^.*' from the regex

 .../devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml b/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml
index 9845a187bdf6..ff8dbc684bbc 100644
--- a/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml
+++ b/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml
@@ -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-fA-F]+$":
     type: object
     additionalProperties: true
     properties: