Skip to content

Commit

Permalink
ARM: 6827/1: mach-netx: delete hardcoded periphid
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Russell King committed May 26, 2011
1 parent 2846d84 commit 5de5a4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-netx/fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5de5a4d

Please sign in to comment.