Re: [PATCH v2 1/5] ARM: BCM63XX: add basic support for the Broadcom BCM63138 DSL SoC

2014-08-15 Thread Arnd Bergmann
On Thursday 14 August 2014 17:11:23 Florian Fainelli wrote: > +static void __init bcm63xx_init(void) > +{ > + of_platform_populate(NULL, of_default_bus_match_table, NULL, > + &platform_bus); > + l2x0_of_init(0, ~0); > +} > + > +static const char * const bcm63xx_dt_compat[]

[PATCH v2 1/5] ARM: BCM63XX: add basic support for the Broadcom BCM63138 DSL SoC

2014-08-14 Thread Florian Fainelli
This patch adds basic support for the Broadcom BCM63138 DSL SoC which is using a dual-core Cortex A9 system. Add the very minimum required code boot Linux on this SoC. Signed-off-by: Florian Fainelli --- Changes in v2: - removed custom map_io() function since it is not necessary - removed custom