[ARM] AMBA CLCD driver can drive PL110 and PL111 primecells
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
1ffedce7e8
commit
e831556fb6
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user