提交 0b65a9ad 编写于 作者: Y Yoshihiro Shimoda 提交者: Simon Horman

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: NYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 e3853498
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
wdt0: watchdog@e6020000 { rwdt: watchdog@e6020000 {
compatible = "renesas,r8a7795-wdt", "renesas,rcar-gen3-wdt"; compatible = "renesas,r8a7795-wdt", "renesas,rcar-gen3-wdt";
reg = <0 0xe6020000 0 0x0c>; reg = <0 0xe6020000 0 0x0c>;
clocks = <&cpg CPG_MOD 402>; clocks = <&cpg CPG_MOD 402>;
......
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
wdt0: watchdog@e6020000 { rwdt: watchdog@e6020000 {
compatible = "renesas,r8a7796-wdt", compatible = "renesas,r8a7796-wdt",
"renesas,rcar-gen3-wdt"; "renesas,rcar-gen3-wdt";
reg = <0 0xe6020000 0 0x0c>; reg = <0 0xe6020000 0 0x0c>;
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
wdt0: watchdog@e6020000 { rwdt: watchdog@e6020000 {
compatible = "renesas,r8a77965-wdt", compatible = "renesas,r8a77965-wdt",
"renesas,rcar-gen3-wdt"; "renesas,rcar-gen3-wdt";
reg = <0 0xe6020000 0 0x0c>; reg = <0 0xe6020000 0 0x0c>;
......
...@@ -850,7 +850,7 @@ ...@@ -850,7 +850,7 @@
status = "okay"; status = "okay";
}; };
&wdt0 { &rwdt {
timeout-sec = <60>; timeout-sec = <60>;
status = "okay"; status = "okay";
}; };
......
...@@ -444,7 +444,7 @@ ...@@ -444,7 +444,7 @@
status = "okay"; status = "okay";
}; };
&wdt0 { &rwdt {
timeout-sec = <60>; timeout-sec = <60>;
status = "okay"; status = "okay";
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册