aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/da8xx-fb.c
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 /drivers/video/da8xx-fb.c
parentMerge branch 'exynos-dp-next' of git://github.com/jingoo/linux into for-linus (diff)
downloadlinux-dev-8f22e8eaba8aea1596a86d5eba19ef346f8de0d5.tar.xz
linux-dev-8f22e8eaba8aea1596a86d5eba19ef346f8de0d5.zip
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>
Diffstat (limited to 'drivers/video/da8xx-fb.c')
-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 f2ceb65f523b..46534e00fe01 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: