mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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>
This commit is contained in:
parent
d3df7f06e2
commit
8f31aa56ef
|
|
@ -25,12 +25,6 @@ examples:
|
|||
- |
|
||||
// The UniPhier watchdog should be a subnode of a "syscon" compatible node.
|
||||
|
||||
sysctrl@61840000 {
|
||||
compatible = "socionext,uniphier-ld11-sysctrl",
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x61840000 0x10000>;
|
||||
|
||||
watchdog {
|
||||
compatible = "socionext,uniphier-wdt";
|
||||
};
|
||||
watchdog {
|
||||
compatible = "socionext,uniphier-wdt";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user