[PATCH 3/4] docs: andes-ae350.md: fix watchdog nodename in dts example
Yu Chien Peter Lin
peterlin at andestech.com
Mon Nov 28 00:30:45 PST 2022
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 at andestech.com>
---
docs/platform/andes-ae350.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at f0500000 {
+ wdt: watchdog at f0500000 {
compatible = "andestech,atcwdt200";
reg = <0x00000000 0xf0500000 0x00000000 0x00001000>;
interrupts = <3 4>;
--
2.34.1
More information about the opensbi
mailing list