[PATCH] watchdog: versal: Use new compatible xlnx,versal-wwdt

Stefan Roese sr at denx.de
Wed Jun 14 08:03:44 CEST 2023


On 6/13/23 13:22, Michal Simek wrote:
> DT binding has been approved that's why use new compatible string.
> The old one is mark as deprecated and should be removed after some
> releases.
> 
> Link: https://lore.kernel.org/r/20230420104231.2243079-3-srinivas.neeli@amd.com/
> Signed-off-by: Michal Simek <michal.simek at amd.com>

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

Thanks,
Stefan

> ---
> 
>   drivers/watchdog/xilinx_wwdt.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/xilinx_wwdt.c b/drivers/watchdog/xilinx_wwdt.c
> index d582e3cc8f41..8b6fc30edbe3 100644
> --- a/drivers/watchdog/xilinx_wwdt.c
> +++ b/drivers/watchdog/xilinx_wwdt.c
> @@ -191,7 +191,8 @@ static const struct wdt_ops xlnx_wwdt_ops = {
>   };
>   
>   static const struct udevice_id xlnx_wwdt_ids[] = {
> -	{ .compatible = "xlnx,versal-wwdt-1.0", },
> +	{ .compatible = "xlnx,versal-wwdt", },
> +	{ .compatible = "xlnx,versal-wwdt-1.0", }, /* deprecated */
>   	{},
>   };
>   

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