Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Linus Walleij and committed by
Russell King
5de5a4dd 2846d84f

-1
-1
arch/arm/mach-netx/fb.c
··· 103 103 .flags = IORESOURCE_MEM, 104 104 }, 105 105 .irq = { NETX_IRQ_LCD, NO_IRQ }, 106 - .periphid = 0x10112400, 107 106 }; 108 107 109 108 int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)