From: Pantelis Antoniou Date: Wed, 31 Oct 2012 15:56:24 +0000 (+0200) Subject: da8xx: Fix revision check on the da8xx driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8f22e8eaba8aea1596a86d5eba19ef346f8de0d5;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git da8xx: Fix revision check on the da8xx driver The revision check fails for the beaglebone; Add new revision ID. Signed-off-by: Pantelis Antoniou Acked-by: Manjunathappa, Prakash Signed-off-by: Tomi Valkeinen --- 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: