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

dt-bindings: watchdog: Fix node descriptions in uniphier-wdt example

Drop a parent node of the watchdog as it is not directly necessary.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221213082449.2721-6-hayashi.kunihiko@socionext.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Kunihiko Hayashi and committed by
Rob Herring
8f31aa56 d3df7f06

+2 -8
+2 -8
Documentation/devicetree/bindings/watchdog/socionext,uniphier-wdt.yaml
··· 25 25 - | 26 26 // The UniPhier watchdog should be a subnode of a "syscon" compatible node. 27 27 28 - sysctrl@61840000 { 29 - compatible = "socionext,uniphier-ld11-sysctrl", 30 - "simple-mfd", "syscon"; 31 - reg = <0x61840000 0x10000>; 32 - 33 - watchdog { 34 - compatible = "socionext,uniphier-wdt"; 35 - }; 28 + watchdog { 29 + compatible = "socionext,uniphier-wdt"; 36 30 };