]> git.karo-electronics.de Git - linux-beck.git/commitdiff
da8xx: Fix revision check on the da8xx driver
authorPantelis Antoniou <panto@antoniou-consulting.com>
Wed, 31 Oct 2012 15:56:24 +0000 (17:56 +0200)
committerTomi 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

index f2ceb65f523b5a3fb32575193e46c187baed3d4a..46534e00fe01eb575ae565fb5930b1c2d36ffa20 100644 (file)
@@ -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: