diff options
author | Pantelis Antoniou <panto@antoniou-consulting.com> | 2012-10-31 15:56:24 (GMT) |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-12-04 09:19:41 (GMT) |
commit | 8f22e8eaba8aea1596a86d5eba19ef346f8de0d5 (patch) | |
tree | 13915f8ab8ea63ee2b19672e4fb18c18bff9b978 /drivers/video | |
parent | 473af20f705b690342af1bfb36462c0c5190d289 (diff) | |
download | linux-8f22e8eaba8aea1596a86d5eba19ef346f8de0d5.tar.xz |
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')
-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 f2ceb65..46534e0 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: |