Skip to content

Commit 8fce9b3

Browse files
Michal SimekWim Van Sebroeck
Michal Simek
authored and
Wim Van Sebroeck
committed
watchdog: xilinx: Setup the origin compatible string
Watchdog 1.01.a is also compatible with 1.00.a. Add the origin version to compatible list. Signed-off-by: Michal Simek <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 9419c07 commit 8fce9b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/watchdog/of_xilinx_wdt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ static int xwdt_remove(struct platform_device *dev)
384384

385385
/* Match table for of_platform binding */
386386
static struct of_device_id xwdt_of_match[] = {
387+
{ .compatible = "xlnx,xps-timebase-wdt-1.00.a", },
387388
{ .compatible = "xlnx,xps-timebase-wdt-1.01.a", },
388389
{},
389390
};

0 commit comments

Comments
 (0)