Skip to content

Commit f4dc529

Browse files
krzkWim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: restrict node name suffixes
Make the pattern matching node names a bit stricter to improve DTS consistency. The pattern is restricted to -N suffixes to decimal numbers. Suggested-by: Rob Herring <robh@kernel.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Tony Lindgren <tony@atomide.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lkml.kernel.org/r/20230530144851.92059-8-krzysztof.kozlowski@linaro.org Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent e62c63f commit f4dc529

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/watchdog/watchdog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ description: |
1717
select:
1818
properties:
1919
$nodename:
20-
pattern: "^watchdog(@.*|-[0-9a-f])?$"
20+
pattern: "^watchdog(@.*|-([0-9]|[1-9][0-9]+))?$"
2121

2222
properties:
2323
$nodename:
24-
pattern: "^(timer|watchdog)(@.*|-[0-9a-f])?$"
24+
pattern: "^(timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$"
2525

2626
timeout-sec:
2727
description:

0 commit comments

Comments
 (0)