Browse Source

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 <michal.simek@xilinx.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Michal Simek 12 years ago
parent
commit
8fce9b367d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/watchdog/of_xilinx_wdt.c

+ 1 - 0
drivers/watchdog/of_xilinx_wdt.c

@@ -384,6 +384,7 @@ static int xwdt_remove(struct platform_device *dev)
 
 /* Match table for of_platform binding */
 static struct of_device_id xwdt_of_match[] = {
+	{ .compatible = "xlnx,xps-timebase-wdt-1.00.a", },
 	{ .compatible = "xlnx,xps-timebase-wdt-1.01.a", },
 	{},
 };