Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

J. Neuschäfer and committed by
Madhavan Srinivasan
cc156be1 0070b2cb

+11 -11
+1 -1
arch/powerpc/boot/dts/asp834x-redboot.dts
··· 72 72 reg = <0xff000000 0x00000200>; 73 73 bus-frequency = <0>; 74 74 75 - wdt@200 { 75 + watchdog@200 { 76 76 device_type = "watchdog"; 77 77 compatible = "mpc83xx_wdt"; 78 78 reg = <0x200 0x100>;
+1 -1
arch/powerpc/boot/dts/mpc8313erdb.dts
··· 99 99 reg = <0xe0000000 0x00000200>; 100 100 bus-frequency = <0>; 101 101 102 - wdt@200 { 102 + watchdog@200 { 103 103 device_type = "watchdog"; 104 104 compatible = "mpc83xx_wdt"; 105 105 reg = <0x200 0x100>;
+1 -1
arch/powerpc/boot/dts/mpc8315erdb.dts
··· 100 100 reg = <0xe0000000 0x00000200>; 101 101 bus-frequency = <0>; 102 102 103 - wdt@200 { 103 + watchdog@200 { 104 104 device_type = "watchdog"; 105 105 compatible = "mpc83xx_wdt"; 106 106 reg = <0x200 0x100>;
+1 -1
arch/powerpc/boot/dts/mpc832x_rdb.dts
··· 52 52 reg = <0xe0000000 0x00000200>; 53 53 bus-frequency = <0>; 54 54 55 - wdt@200 { 55 + watchdog@200 { 56 56 device_type = "watchdog"; 57 57 compatible = "mpc83xx_wdt"; 58 58 reg = <0x200 0x100>;
+1 -1
arch/powerpc/boot/dts/mpc8349emitx.dts
··· 53 53 reg = <0xe0000000 0x00000200>; 54 54 bus-frequency = <0>; // from bootloader 55 55 56 - wdt@200 { 56 + watchdog@200 { 57 57 device_type = "watchdog"; 58 58 compatible = "mpc83xx_wdt"; 59 59 reg = <0x200 0x100>;
+1 -1
arch/powerpc/boot/dts/mpc8349emitxgp.dts
··· 51 51 reg = <0xe0000000 0x00000200>; 52 52 bus-frequency = <0>; // from bootloader 53 53 54 - wdt@200 { 54 + watchdog@200 { 55 55 device_type = "watchdog"; 56 56 compatible = "mpc83xx_wdt"; 57 57 reg = <0x200 0x100>;
+1 -1
arch/powerpc/boot/dts/mpc836x_rdk.dts
··· 62 62 /* filled by u-boot */ 63 63 bus-frequency = <0>; 64 64 65 - wdt@200 { 65 + watchdog@200 { 66 66 compatible = "mpc83xx_wdt"; 67 67 reg = <0x200 0x100>; 68 68 };
+1 -1
arch/powerpc/boot/dts/mpc8377_rdb.dts
··· 99 99 reg = <0xe0000000 0x00000200>; 100 100 bus-frequency = <0>; 101 101 102 - wdt@200 { 102 + watchdog@200 { 103 103 device_type = "watchdog"; 104 104 compatible = "mpc83xx_wdt"; 105 105 reg = <0x200 0x100>;
+1 -1
arch/powerpc/boot/dts/mpc8377_wlan.dts
··· 89 89 reg = <0xe0000000 0x00000200>; 90 90 bus-frequency = <0>; 91 91 92 - wdt@200 { 92 + watchdog@200 { 93 93 device_type = "watchdog"; 94 94 compatible = "mpc83xx_wdt"; 95 95 reg = <0x200 0x100>;
+1 -1
arch/powerpc/boot/dts/mpc8378_rdb.dts
··· 99 99 reg = <0xe0000000 0x00000200>; 100 100 bus-frequency = <0>; 101 101 102 - wdt@200 { 102 + watchdog@200 { 103 103 device_type = "watchdog"; 104 104 compatible = "mpc83xx_wdt"; 105 105 reg = <0x200 0x100>;
+1 -1
arch/powerpc/boot/dts/mpc8379_rdb.dts
··· 97 97 reg = <0xe0000000 0x00000200>; 98 98 bus-frequency = <0>; 99 99 100 - wdt@200 { 100 + watchdog@200 { 101 101 device_type = "watchdog"; 102 102 compatible = "mpc83xx_wdt"; 103 103 reg = <0x200 0x100>;