summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYu Chien Peter Lin <peterlin@andestech.com>2022-12-05 05:03:59 +0300
committerAnup Patel <anup@brainfault.org>2022-12-05 15:02:16 +0300
commitd3fcff77a1e5d79cfb84810370a777b07302ca18 (patch)
tree8cd9a50d01aa1c7b1759545641f3dab7abbb494a /docs
parent6cd4b9b223a15b41f7019a5ac992c9d7bff799f5 (diff)
downloadopensbi-d3fcff77a1e5d79cfb84810370a777b07302ca18.tar.xz
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 <peterlin@andestech.com> Reviewed-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/platform/andes-ae350.md2
1 files changed, 1 insertions, 1 deletions
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>;