Commit 8f31aa56 authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Rob Herring
Browse files

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

parent d3df7f06
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -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";
    };
    };