Commit e831556f authored by Russell King's avatar Russell King Committed by Russell King

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

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 1ffedce7
...@@ -505,14 +505,14 @@ static int clcdfb_remove(struct amba_device *dev) ...@@ -505,14 +505,14 @@ static int clcdfb_remove(struct amba_device *dev)
static struct amba_id clcdfb_id_table[] = { static struct amba_id clcdfb_id_table[] = {
{ {
.id = 0x00041110, .id = 0x00041110,
.mask = 0x000fffff, .mask = 0x000ffffe,
}, },
{ 0, 0 }, { 0, 0 },
}; };
static struct amba_driver clcd_driver = { static struct amba_driver clcd_driver = {
.drv = { .drv = {
.name = "clcd-pl110", .name = "clcd-pl11x",
}, },
.probe = clcdfb_probe, .probe = clcdfb_probe,
.remove = clcdfb_remove, .remove = clcdfb_remove,
......
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