Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 1ffedce7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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,