提交 e831556f 编写于 作者: R Russell King 提交者: Russell King

[ARM] AMBA CLCD driver can drive PL110 and PL111 primecells

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 1ffedce7
......@@ -505,14 +505,14 @@ static int clcdfb_remove(struct amba_device *dev)
static struct amba_id clcdfb_id_table[] = {
{
.id = 0x00041110,
.mask = 0x000fffff,
.mask = 0x000ffffe,
},
{ 0, 0 },
};
static struct amba_driver clcd_driver = {
.drv = {
.name = "clcd-pl110",
.name = "clcd-pl11x",
},
.probe = clcdfb_probe,
.remove = clcdfb_remove,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册