diff options
author | Pantelis Antoniou <panto@antoniou-consulting.com> | 2012-10-31 11:56:24 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-12-04 04:19:41 -0500 |
commit | 8f22e8eaba8aea1596a86d5eba19ef346f8de0d5 (patch) | |
tree | 13915f8ab8ea63ee2b19672e4fb18c18bff9b978 /drivers/video/da8xx-fb.c | |
parent | 473af20f705b690342af1bfb36462c0c5190d289 (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>
Diffstat (limited to 'drivers/video/da8xx-fb.c')
-rw-r--r-- | drivers/video/da8xx-fb.c | 1 |
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) | |||
1264 | lcd_revision = LCD_VERSION_1; | 1264 | lcd_revision = LCD_VERSION_1; |
1265 | break; | 1265 | break; |
1266 | case 0x4F200800: | 1266 | case 0x4F200800: |
1267 | case 0x4F201000: | ||
1267 | lcd_revision = LCD_VERSION_2; | 1268 | lcd_revision = LCD_VERSION_2; |
1268 | break; | 1269 | break; |
1269 | default: | 1270 | default: |