Skip to content

Commit

Permalink
arm64: dts: renesas: Unify the labels for RWDT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yoshihiro Shimoda authored and Simon Horman committed Jul 11, 2018
1 parent e385349 commit 0b65a9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/r8a7795.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
#size-cells = <2>;
ranges;

wdt0: watchdog@e6020000 {
rwdt: watchdog@e6020000 {
compatible = "renesas,r8a7795-wdt", "renesas,rcar-gen3-wdt";
reg = <0 0xe6020000 0 0x0c>;
clocks = <&cpg CPG_MOD 402>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/r8a7796.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
#size-cells = <2>;
ranges;

wdt0: watchdog@e6020000 {
rwdt: watchdog@e6020000 {
compatible = "renesas,r8a7796-wdt",
"renesas,rcar-gen3-wdt";
reg = <0 0xe6020000 0 0x0c>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/r8a77965.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
#size-cells = <2>;
ranges;

wdt0: watchdog@e6020000 {
rwdt: watchdog@e6020000 {
compatible = "renesas,r8a77965-wdt",
"renesas,rcar-gen3-wdt";
reg = <0 0xe6020000 0 0x0c>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/salvator-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@
status = "okay";
};

&wdt0 {
&rwdt {
timeout-sec = <60>;
status = "okay";
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/ulcb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
status = "okay";
};

&wdt0 {
&rwdt {
timeout-sec = <60>;
status = "okay";
};

0 comments on commit 0b65a9a

Please sign in to comment.