[PATCH v2 3/4] docs: andes-ae350.md: fix watchdog nodename in dts example

Anup Patel anup at brainfault.org
Mon Dec 5 04:10:34 PST 2022


On Mon, Dec 5, 2022 at 7:35 AM Yu Chien Peter Lin
<peterlin at andestech.com> wrote:
>
> 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>
> Reviewed-by: Bin Meng <bmeng at tinylab.org>

Looks good to me.

Reviewed-by: Anup Patel <anup at brainfault.org>

Applied this patch to the riscv/opensbi repo.

Thanks,
Anup

> ---
> Changes v1 -> v2
> - Add Bin Meng's review tag
> ---
>  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
>
>
> --
> opensbi mailing list
> opensbi at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/opensbi



More information about the opensbi mailing list