mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 19:34:35 +00:00
watchdog: versal: Use new compatible xlnx,versal-wwdt
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/ Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/6e78d0d2e21f2f9e7f8f448bb8e0d27ced4de7d3.1686655339.git.michal.simek@amd.com
This commit is contained in:
parent
7fe5accb45
commit
a24a1a19ef
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@ static const struct wdt_ops xlnx_wwdt_ops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct udevice_id xlnx_wwdt_ids[] = {
|
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 */
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue