Skip to content

Commit cc156be

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc: 83xx: Rename wdt@ nodes to watchdog@
The watchdog.yaml schema prescribes a node name of "timer" or "watchdog" rather than the abbreviation "wdt". Signed-off-by: J. Neuschäfer <j.ne@posteo.net> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20250418-watchdog-v1-2-987ff2046272@posteo.net
1 parent 0070b2c commit cc156be

11 files changed

Lines changed: 11 additions & 11 deletions

arch/powerpc/boot/dts/asp834x-redboot.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
reg = <0xff000000 0x00000200>;
7373
bus-frequency = <0>;
7474

75-
wdt@200 {
75+
watchdog@200 {
7676
device_type = "watchdog";
7777
compatible = "mpc83xx_wdt";
7878
reg = <0x200 0x100>;

arch/powerpc/boot/dts/mpc8313erdb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
reg = <0xe0000000 0x00000200>;
100100
bus-frequency = <0>;
101101

102-
wdt@200 {
102+
watchdog@200 {
103103
device_type = "watchdog";
104104
compatible = "mpc83xx_wdt";
105105
reg = <0x200 0x100>;

arch/powerpc/boot/dts/mpc8315erdb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
reg = <0xe0000000 0x00000200>;
101101
bus-frequency = <0>;
102102

103-
wdt@200 {
103+
watchdog@200 {
104104
device_type = "watchdog";
105105
compatible = "mpc83xx_wdt";
106106
reg = <0x200 0x100>;

arch/powerpc/boot/dts/mpc832x_rdb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
reg = <0xe0000000 0x00000200>;
5353
bus-frequency = <0>;
5454

55-
wdt@200 {
55+
watchdog@200 {
5656
device_type = "watchdog";
5757
compatible = "mpc83xx_wdt";
5858
reg = <0x200 0x100>;

arch/powerpc/boot/dts/mpc8349emitx.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
reg = <0xe0000000 0x00000200>;
5454
bus-frequency = <0>; // from bootloader
5555

56-
wdt@200 {
56+
watchdog@200 {
5757
device_type = "watchdog";
5858
compatible = "mpc83xx_wdt";
5959
reg = <0x200 0x100>;

arch/powerpc/boot/dts/mpc8349emitxgp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
reg = <0xe0000000 0x00000200>;
5252
bus-frequency = <0>; // from bootloader
5353

54-
wdt@200 {
54+
watchdog@200 {
5555
device_type = "watchdog";
5656
compatible = "mpc83xx_wdt";
5757
reg = <0x200 0x100>;

arch/powerpc/boot/dts/mpc836x_rdk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
/* filled by u-boot */
6363
bus-frequency = <0>;
6464

65-
wdt@200 {
65+
watchdog@200 {
6666
compatible = "mpc83xx_wdt";
6767
reg = <0x200 0x100>;
6868
};

arch/powerpc/boot/dts/mpc8377_rdb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
reg = <0xe0000000 0x00000200>;
100100
bus-frequency = <0>;
101101

102-
wdt@200 {
102+
watchdog@200 {
103103
device_type = "watchdog";
104104
compatible = "mpc83xx_wdt";
105105
reg = <0x200 0x100>;

arch/powerpc/boot/dts/mpc8377_wlan.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
reg = <0xe0000000 0x00000200>;
9090
bus-frequency = <0>;
9191

92-
wdt@200 {
92+
watchdog@200 {
9393
device_type = "watchdog";
9494
compatible = "mpc83xx_wdt";
9595
reg = <0x200 0x100>;

arch/powerpc/boot/dts/mpc8378_rdb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
reg = <0xe0000000 0x00000200>;
100100
bus-frequency = <0>;
101101

102-
wdt@200 {
102+
watchdog@200 {
103103
device_type = "watchdog";
104104
compatible = "mpc83xx_wdt";
105105
reg = <0x200 0x100>;

0 commit comments

Comments
 (0)