Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Wim Van Sebroeck
f4dc5290 e62c63ff

+2 -2
+2 -2
Documentation/devicetree/bindings/watchdog/watchdog.yaml
··· 17 17 select: 18 18 properties: 19 19 $nodename: 20 - pattern: "^watchdog(@.*|-[0-9a-f])?$" 20 + pattern: "^watchdog(@.*|-([0-9]|[1-9][0-9]+))?$" 21 21 22 22 properties: 23 23 $nodename: 24 - pattern: "^(timer|watchdog)(@.*|-[0-9a-f])?$" 24 + pattern: "^(timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$" 25 25 26 26 timeout-sec: 27 27 description: