[PATCH v3 4/5] configs: m68k: add watchdog driver

Stefan Roese sr at denx.de
Mon Jul 24 09:42:00 CEST 2023


On 7/24/23 08:49, Angelo Dureghello wrote:
> Add config options for mcf_wdt driver.
> 
> Signed-off-by: Angelo Dureghello <angelo at kernel-space.org>

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan

> ---
> Changes for v2:
> - none
> Changes for v3:
> - none
> ---
>   configs/M5208EVBE_defconfig           | 2 ++
>   configs/astro_mcf5373l_defconfig      | 4 ++--
>   configs/eb_cpu5282_defconfig          | 1 +
>   configs/eb_cpu5282_internal_defconfig | 1 +
>   4 files changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/configs/M5208EVBE_defconfig b/configs/M5208EVBE_defconfig
> index 0c5afe869b..aa054f753f 100644
> --- a/configs/M5208EVBE_defconfig
> +++ b/configs/M5208EVBE_defconfig
> @@ -50,3 +50,5 @@ CONFIG_MCFFEC=y
>   CONFIG_MII=y
>   CONFIG_MCFUART=y
>   CONFIG_WATCHDOG_TIMEOUT_MSECS=5000
> +CONFIG_WDT=y
> +CONFIG_WDT_MCF=y
> diff --git a/configs/astro_mcf5373l_defconfig b/configs/astro_mcf5373l_defconfig
> index aade1f98be..f4dad3bcc8 100644
> --- a/configs/astro_mcf5373l_defconfig
> +++ b/configs/astro_mcf5373l_defconfig
> @@ -46,5 +46,5 @@ CONFIG_DM_RTC=y
>   CONFIG_MCFRTC=y
>   CONFIG_SYS_MCFRTC_BASE=0xFC0A8000
>   CONFIG_MCFUART=y
> -CONFIG_WATCHDOG=y
> -CONFIG_WATCHDOG_TIMEOUT_MSECS=3355
> +CONFIG_WDT=y
> +CONFIG_WDT_MCF=y
> diff --git a/configs/eb_cpu5282_defconfig b/configs/eb_cpu5282_defconfig
> index 24edecb510..2873322598 100644
> --- a/configs/eb_cpu5282_defconfig
> +++ b/configs/eb_cpu5282_defconfig
> @@ -52,3 +52,4 @@ CONFIG_MII=y
>   CONFIG_DM_RTC=y
>   CONFIG_RTC_DS1338=y
>   CONFIG_MCFUART=y
> +CONFIG_WDT=y
> diff --git a/configs/eb_cpu5282_internal_defconfig b/configs/eb_cpu5282_internal_defconfig
> index 44e22eb01d..bd780034ba 100644
> --- a/configs/eb_cpu5282_internal_defconfig
> +++ b/configs/eb_cpu5282_internal_defconfig
> @@ -50,3 +50,4 @@ CONFIG_MII=y
>   CONFIG_DM_RTC=y
>   CONFIG_RTC_DS1338=y
>   CONFIG_MCFUART=y
> +CONFIG_WDT=y

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list