From: Yu Chien Peter Lin Date: Mon, 5 Dec 2022 02:03:59 +0000 (+0800) Subject: docs: andes-ae350.md: fix watchdog nodename in dts example X-Git-Tag: v1.2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3fcff77a1e5d79cfb84810370a777b07302ca18;p=platform%2Fkernel%2Fopensbi.git docs: andes-ae350.md: fix watchdog nodename in dts example 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 Reviewed-by: Bin Meng Reviewed-by: Anup Patel --- diff --git a/docs/platform/andes-ae350.md b/docs/platform/andes-ae350.md index 4739951..8fc8ec6 100644 --- a/docs/platform/andes-ae350.md +++ b/docs/platform/andes-ae350.md @@ -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>;