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

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 9487a9cc7140 ("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>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
6fd64049 79df4a9b

+9
+9
Documentation/devicetree/bindings/watchdog/samsung-wdt.yaml
··· 26 26 reg: 27 27 maxItems: 1 28 28 29 + clocks: 30 + maxItems: 1 31 + 32 + clock-names: 33 + items: 34 + - const: watchdog 35 + 29 36 interrupts: 30 37 maxItems: 1 31 38 ··· 44 37 45 38 required: 46 39 - compatible 40 + - clocks 41 + - clock-names 47 42 - interrupts 48 43 - reg 49 44