Commit 8f22e8ea authored by Pantelis Antoniou's avatar Pantelis Antoniou Committed by Tomi Valkeinen

da8xx: Fix revision check on the da8xx driver

The revision check fails for the beaglebone; Add new revision ID.
Signed-off-by: default avatarPantelis Antoniou <panto@antoniou-consulting.com>
Acked-by: default avatarManjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 473af20f
...@@ -1264,6 +1264,7 @@ static int __devinit fb_probe(struct platform_device *device) ...@@ -1264,6 +1264,7 @@ static int __devinit fb_probe(struct platform_device *device)
lcd_revision = LCD_VERSION_1; lcd_revision = LCD_VERSION_1;
break; break;
case 0x4F200800: case 0x4F200800:
case 0x4F201000:
lcd_revision = LCD_VERSION_2; lcd_revision = LCD_VERSION_2;
break; break;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment