提交 8f22e8ea 编写于 作者: P Pantelis Antoniou 提交者: Tomi Valkeinen

da8xx: Fix revision check on the da8xx driver

The revision check fails for the beaglebone; Add new revision ID.
Signed-off-by: NPantelis Antoniou <panto@antoniou-consulting.com>
Acked-by: NManjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 473af20f
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册