diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2018-07-11 17:48:26 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-07-11 15:18:31 +0200 |
commit | 0b65a9ad25b3f68ab2f6a1a202fe1df28b08e28a (patch) | |
tree | baebe2c7e3b3d8e439108d1f38d47166394c0a73 /arch/arm64/boot/dts/renesas/ulcb.dtsi | |
parent | e3853498f25d4c64a4175b42b6d7625fe0b90038 (diff) | |
download | linux-0b65a9ad25b3f68ab2f6a1a202fe1df28b08e28a.tar.gz |
arm64: dts: renesas: Unify the labels for RWDT
The labels for RWDT device node were named as 2 types now:
- wdt0: r8a7795, r8a7796, r8a77965.
- rwdt: r8a77970, r8a77990, r8a77995.
To be made consistent, this patch unifis the labels as the hardware
name "rwdt".
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/ulcb.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/renesas/ulcb.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi index 83c546c0fe86..0ead552d7eae 100644 --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi @@ -444,7 +444,7 @@ status = "okay"; }; -&wdt0 { +&rwdt { timeout-sec = <60>; status = "okay"; }; |