arm64: dts: renesas: Unify the labels for RWDT
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Wed, 11 Jul 2018 08:48:26 +0000 (17:48 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 11 Jul 2018 13:18:31 +0000 (15:18 +0200)
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>
arch/arm64/boot/dts/renesas/r8a7795.dtsi
arch/arm64/boot/dts/renesas/r8a7796.dtsi
arch/arm64/boot/dts/renesas/r8a77965.dtsi
arch/arm64/boot/dts/renesas/salvator-common.dtsi
arch/arm64/boot/dts/renesas/ulcb.dtsi

index e07546f..fb9d08a 100644 (file)
                #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>;
index af81962..cbd35c0 100644 (file)
                #size-cells = <2>;
                ranges;
 
-               wdt0: watchdog@e6020000 {
+               rwdt: watchdog@e6020000 {
                        compatible = "renesas,r8a7796-wdt",
                                     "renesas,rcar-gen3-wdt";
                        reg = <0 0xe6020000 0 0x0c>;
index a37749c..59afc55 100644 (file)
                #size-cells = <2>;
                ranges;
 
-               wdt0: watchdog@e6020000 {
+               rwdt: watchdog@e6020000 {
                        compatible = "renesas,r8a77965-wdt",
                                     "renesas,rcar-gen3-wdt";
                        reg = <0 0xe6020000 0 0x0c>;
index 9687166..7d3d866 100644 (file)
        status = "okay";
 };
 
-&wdt0 {
+&rwdt {
        timeout-sec = <60>;
        status = "okay";
 };
index 83c546c..0ead552 100644 (file)
        status = "okay";
 };
 
-&wdt0 {
+&rwdt {
        timeout-sec = <60>;
        status = "okay";
 };