arm64: dts: renesas: falcon: Move watchdog config to CPU board DTS

The 32 kHz oscillator driving the R-Car V3U watchdog is located on the
Falcon CPU board.  Hence move the watchdog configuration from the main
Falcon DTS file to the DTS file that describes the CPU board.

Fixes: d207dc500b ("arm64: dts: renesas: falcon: Enable watchdog timer")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20210316154705.2433528-3-geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven 2021-03-16 16:47:04 +01:00
parent e86ff34cc4
commit 0fc129ba37
2 changed files with 5 additions and 5 deletions

View file

@ -186,6 +186,11 @@
};
};
&rwdt {
timeout-sec = <60>;
status = "okay";
};
&scif0 {
pinctrl-0 = <&scif0_pins>;
pinctrl-names = "default";

View file

@ -27,8 +27,3 @@
pagesize = <8>;
};
};
&rwdt {
timeout-sec = <60>;
status = "okay";
};