Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pantelis Antoniou and committed by
Tomi Valkeinen
8f22e8ea 473af20f

+1
+1
drivers/video/da8xx-fb.c
··· 1264 1264 lcd_revision = LCD_VERSION_1; 1265 1265 break; 1266 1266 case 0x4F200800: 1267 + case 0x4F201000: 1267 1268 lcd_revision = LCD_VERSION_2; 1268 1269 break; 1269 1270 default: