projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
473af20
)
da8xx: Fix revision check on the da8xx driver
author
Pantelis Antoniou
<panto@antoniou-consulting.com>
Wed, 31 Oct 2012 15:56:24 +0000
(17:56 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 4 Dec 2012 09:19:41 +0000
(11:19 +0200)
The revision check fails for the beaglebone; Add new revision ID.
Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Acked-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/da8xx-fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/da8xx-fb.c
b/drivers/video/da8xx-fb.c
index f2ceb65f523b5a3fb32575193e46c187baed3d4a..46534e00fe01eb575ae565fb5930b1c2d36ffa20 100644
(file)
--- a/
drivers/video/da8xx-fb.c
+++ b/
drivers/video/da8xx-fb.c
@@
-1264,6
+1264,7
@@
static int __devinit fb_probe(struct platform_device *device)
lcd_revision = LCD_VERSION_1;
break;
case 0x4F200800:
+ case 0x4F201000:
lcd_revision = LCD_VERSION_2;
break;
default: