diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx/phy3250.c')
-rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index 81265e80302d..0e4cbbe980eb 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c | |||
@@ -191,8 +191,7 @@ static void __init lpc3250_machine_init(void) | |||
191 | LPC32XX_CLKPWR_TESTCLK_TESTCLK2_EN, | 191 | LPC32XX_CLKPWR_TESTCLK_TESTCLK2_EN, |
192 | LPC32XX_CLKPWR_TEST_CLK_SEL); | 192 | LPC32XX_CLKPWR_TEST_CLK_SEL); |
193 | 193 | ||
194 | of_platform_populate(NULL, of_default_bus_match_table, | 194 | of_platform_default_populate(NULL, lpc32xx_auxdata_lookup, NULL); |
195 | lpc32xx_auxdata_lookup, NULL); | ||
196 | } | 195 | } |
197 | 196 | ||
198 | static const char *const lpc32xx_dt_compat[] __initconst = { | 197 | static const char *const lpc32xx_dt_compat[] __initconst = { |