mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
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>
This commit is contained in:
parent
9419c07cce
commit
8fce9b367d
@ -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", },
|
||||
{},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user