]> git.dujemihanovic.xyz Git - u-boot.git/commit
watchdog: mpc8xx: Rename it mpc8xxx
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 3 Apr 2023 08:27:39 +0000 (10:27 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 5 Apr 2023 17:46:18 +0000 (19:46 +0200)
commit21eaade449e6e50f8c41ee65953126e2a1e5d683
tree09f5e18d4ecb73d0bf5918ad243e49b4d602d364
parent9750a245cd4aca96ff01152929bf72004029545c
watchdog: mpc8xx: Rename it mpc8xxx

mpc8xx, mpc83xx and mpc86xx have similar watchdog with almost same
memory registers.

Rename it mpc8xxx which is the generic name used for drivers supporting
several mpc families.

The driver will be made more generic in following patch.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
arch/powerpc/Kconfig
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/mpc8xxx_wdt.c [moved from drivers/watchdog/mpc8xx_wdt.c with 72% similarity]