Skip to content

Commit 017bca9

Browse files
krzkWim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: Allow node names named 'pmic'
Watchdog is often part of more complex devices like Power Management ICs (PMIC), e.g. on rohm,bd96801, and the schema can be referenced by a binding describing parent (main) node. Allow another typical name for such PMIC devices: pmic. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent 0917135 commit 017bca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/watchdog/watchdog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ select:
2121

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

2626
timeout-sec:
2727
maxItems: 1

0 commit comments

Comments
 (0)