Skip to content

Commit

Permalink
powerpc/xsysace: add compatible string for non-ipcore instance
Browse files Browse the repository at this point in the history
Add "xlnx,sysace" compatible string to the of_platform binding
table.  Platforms which have the SysACE chip on board (e.g.
Katmai) instead of via a Xilinx generated IP core will use
this value in their device tree.

Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Yuri Tikhonov authored and Grant Likely committed Jan 9, 2009
1 parent ddd527d commit f502038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/block/xsysace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,7 @@ static struct of_device_id ace_of_match[] __devinitdata = {
{ .compatible = "xlnx,opb-sysace-1.00.b", },
{ .compatible = "xlnx,opb-sysace-1.00.c", },
{ .compatible = "xlnx,xps-sysace-1.00.a", },
{ .compatible = "xlnx,sysace", },
{},
};
MODULE_DEVICE_TABLE(of, ace_of_match);
Expand Down

0 comments on commit f502038

Please sign in to comment.