]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: 6827/1: mach-netx: delete hardcoded periphid
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 24 Mar 2011 15:11:35 +0000 (16:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 May 2011 09:33:34 +0000 (10:33 +0100)
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>
arch/arm/mach-netx/fb.c

index 5b84bcd30271321a17a38c7e0d2a2f51d4f286c2..b9913234bbf66458e93740aa1fd1e9c2004d42a1 100644 (file)
@@ -103,7 +103,6 @@ static struct amba_device fb_device = {
                .flags  = IORESOURCE_MEM,
        },
        .irq            = { NETX_IRQ_LCD, NO_IRQ },
-       .periphid       = 0x10112400,
 };
 
 int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)