[PATCH v2 8/8] ARM: LPC32xx: Device tree support
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-04-18 14:02:00
Also in:
linux-input, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-04-18 14:02:00
Also in:
linux-input, lkml
On Wednesday 18 April 2012, Roland Stigge wrote:
As Arnd wrote, there are board specific bits left (open questions about how to DT'ize spi's controller_data, and DT-conversion of AMBA CLCD). However, I will move board-independent stuff over to common.c. (Keeping lpc32xx_auxdata_lookup[] in phy3250.c due to remaining platform_data, though.)
FWIW, I think you can remove the most of the auxdata table if you change the clock lookup table to refer to the automatic device names, e.g. 31020000.usbd instead of lpc32xx_udc. Arnd