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

Commit 5de5a4dd authored by Linus Walleij's avatar Linus Walleij Committed by Russell King
Browse files

ARM: 6827/1: mach-netx: delete hardcoded periphid



The periphid of the AMBA CLCD controller is hardcoded to a value
that the CLCD driver does not even support.

Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 2846d84f
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -103,7 +103,6 @@ static struct amba_device fb_device = {
		.flags	= IORESOURCE_MEM,
		.flags	= IORESOURCE_MEM,
	},
	},
	.irq		= { NETX_IRQ_LCD, NO_IRQ },
	.irq		= { NETX_IRQ_LCD, NO_IRQ },
	.periphid	= 0x10112400,
};
};


int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)
int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)