watchdog: mpc8xxx: Add support for mpc83xx
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 3 Apr 2023 08:39:59 +0000 (10:39 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 6 Apr 2023 12:50:03 +0000 (14:50 +0200)
commit0fd79138dc2394ea7820f583f8abfa06be0155f9
treedc0ebf7db5c6bf189755eb8e08477fa535f80ab8
parent26e8ebcd7cb7eabe2d62384b22d3ed9a235cb60e
watchdog: mpc8xxx: Add support for mpc83xx

Introduce a new compatible "fsl,pq2pro-wdt"
On mpc83xx, the prescaling factor is 0x10000.

Don't write the watchdog configuration register in
start.S as it can be written only once.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
arch/powerpc/cpu/mpc83xx/cpu.c
arch/powerpc/cpu/mpc83xx/start.S
drivers/watchdog/Kconfig
drivers/watchdog/mpc8xxx_wdt.c