dt-bindings: watchdog: Add missing clocks requirement in Samsung SoC watchdog

The Samsung SoC watchdog driver always required providing a clock
(either through platform data or from DT).  However when bindings were
added in commit 9487a9cc71 ("watchdog: s3c2410: Add support for device
tree based probe"), they missed the requirement of clock.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2019-09-20 18:21:23 +02:00 committed by Rob Herring
parent 79df4a9b54
commit 6fd64049cf

View File

@ -26,6 +26,13 @@ properties:
reg:
maxItems: 1
clocks:
maxItems: 1
clock-names:
items:
- const: watchdog
interrupts:
maxItems: 1
@ -37,6 +44,8 @@ properties:
required:
- compatible
- clocks
- clock-names
- interrupts
- reg