Re: [PATCH v2 3/4] arm: add basic support for Mediatek MT6589 boards

2014-05-12 Thread Arnd Bergmann
On Sunday 11 May 2014 03:41:02 Matthias Brugger wrote: > + > +static void __init mediatek_dt_init(void) > +{ > + of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); > +} > + > +static const char * const mediatek_board_dt_compat[] = { > + "mediatek,mt6589", > +

Re: [PATCH v2 3/4] arm: add basic support for Mediatek MT6589 boards

2014-05-12 Thread Arnd Bergmann
On Sunday 11 May 2014 03:41:02 Matthias Brugger wrote: + +static void __init mediatek_dt_init(void) +{ + of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); +} + +static const char * const mediatek_board_dt_compat[] = { + mediatek,mt6589, + NULL, +}; +

Re: [PATCH v2 3/4] arm: add basic support for Mediatek MT6589 boards

2014-05-11 Thread Maxime Ripard
Hi, On Sun, May 11, 2014 at 03:41:02AM +0200, Matthias Brugger wrote: > This adds a generic devicetree board file and a dtsi for boards > based on the MT6589 SoCs from Mediatek. > > Apart from the generic parts (gic, clocks) the only component > currently supported are the timers. > >

Re: [PATCH v2 3/4] arm: add basic support for Mediatek MT6589 boards

2014-05-11 Thread Maxime Ripard
Hi, On Sun, May 11, 2014 at 03:41:02AM +0200, Matthias Brugger wrote: This adds a generic devicetree board file and a dtsi for boards based on the MT6589 SoCs from Mediatek. Apart from the generic parts (gic, clocks) the only component currently supported are the timers. Signed-off-by: