Commit 652078ba authored by Adrian Alonso's avatar Adrian Alonso Committed by Grant Likely

of/xilinxfb: update tft compatible versions

* Add tft display module compatibility for new
  hardware modules
Signed-off-by: default avatarAdrian Alonso <aalonso00@gmail.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 8b856f04
...@@ -485,6 +485,8 @@ static int __devexit xilinxfb_of_remove(struct of_device *op) ...@@ -485,6 +485,8 @@ static int __devexit xilinxfb_of_remove(struct of_device *op)
/* Match table for of_platform binding */ /* Match table for of_platform binding */
static struct of_device_id xilinxfb_of_match[] __devinitdata = { static struct of_device_id xilinxfb_of_match[] __devinitdata = {
{ .compatible = "xlnx,xps-tft-1.00.a", }, { .compatible = "xlnx,xps-tft-1.00.a", },
{ .compatible = "xlnx,xps-tft-2.00.a", },
{ .compatible = "xlnx,xps-tft-2.01.a", },
{ .compatible = "xlnx,plb-tft-cntlr-ref-1.00.a", }, { .compatible = "xlnx,plb-tft-cntlr-ref-1.00.a", },
{ .compatible = "xlnx,plb-dvi-cntlr-ref-1.00.c", }, { .compatible = "xlnx,plb-dvi-cntlr-ref-1.00.c", },
{}, {},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment