projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b856f0
)
of/xilinxfb: update tft compatible versions
author
Adrian Alonso
<aalonso00@gmail.com>
Tue, 27 Jul 2010 11:24:13 +0000
(11:24 +0000)
committer
Grant Likely
<grant.likely@secretlab.ca>
Sun, 1 Aug 2010 23:06:44 +0000
(17:06 -0600)
* Add tft display module compatibility for new
hardware modules
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/video/xilinxfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/xilinxfb.c
b/drivers/video/xilinxfb.c
index 574dc54e12d43e97038eacae80292dc75d53419b..29b5daacc217417ea8b9fd1959d9b55f49ccb6e7 100644
(file)
--- a/
drivers/video/xilinxfb.c
+++ b/
drivers/video/xilinxfb.c
@@
-485,6
+485,8
@@
static int __devexit xilinxfb_of_remove(struct of_device *op)
/* Match table for of_platform binding */
static struct of_device_id xilinxfb_of_match[] __devinitdata = {
{ .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-dvi-cntlr-ref-1.00.c", },
{},