Skip to content

Commit f704538

Browse files
Wolfram Sangrobherring
authored andcommitted
dt-bindings: bus: allwinner,sun50i-a64-de2: 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 <[email protected]> [robh: Also drop [A-F] in unit address] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent dc6b724 commit f704538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ properties:
4444

4545
patternProperties:
4646
# All other properties should be child nodes with unit-address and 'reg'
47-
"^[a-zA-Z][a-zA-Z0-9,+\\-._]{0,63}@[0-9a-fA-F]+$":
47+
"@[0-9a-f]+$":
4848
type: object
4949
additionalProperties: true
5050
properties:

0 commit comments

Comments
 (0)