Skip to content

Commit

Permalink
watchdog: xilinx: Setup the origin compatible string
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Michal Simek authored and Wim Van Sebroeck committed Jul 11, 2013
1 parent 9419c07 commit 8fce9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/watchdog/of_xilinx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
{},
};
Expand Down

0 comments on commit 8fce9b3

Please sign in to comment.