aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPantelis Antoniou <panto@antoniou-consulting.com>2012-10-31 17:56:24 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-12-04 11:19:41 +0200
commit8f22e8eaba8aea1596a86d5eba19ef346f8de0d5 (patch)
tree13915f8ab8ea63ee2b19672e4fb18c18bff9b978
parent473af20f705b690342af1bfb36462c0c5190d289 (diff)
da8xx: Fix revision check on the da8xx driver
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>
-rw-r--r--drivers/video/da8xx-fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
index f2ceb65f523..46534e00fe0 100644
--- 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: