docs: andes-ae350.md: fix watchdog nodename in dts example
authorYu Chien Peter Lin <peterlin@andestech.com>
Mon, 5 Dec 2022 02:03:59 +0000 (10:03 +0800)
committerAnup Patel <anup@brainfault.org>
Mon, 5 Dec 2022 12:02:16 +0000 (17:32 +0530)
The example should use watchdog as nodename instead of wdt.
This is defined in watchdog common schemas:
https://github.com/torvalds/linux/blob/v6.0/Documentation/devicetree/bindings/watchdog/watchdog.yaml#L19

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Anup Patel <anup@brainfault.org>
docs/platform/andes-ae350.md

index 4739951..8fc8ec6 100644 (file)
@@ -178,7 +178,7 @@ DTS Example: (Quad-core AX45MP)
                                                &CPU3_intc 7 >;
                };
 
-               wdt: wdt@f0500000 {
+               wdt: watchdog@f0500000 {
                        compatible = "andestech,atcwdt200";
                        reg = <0x00000000 0xf0500000 0x00000000 0x00001000>;
                        interrupts = <3 4>;