Re: [PATCH 04/16] ARM: realview: use generic API for enabling SCU

2016-11-14 Thread Arnd Bergmann
On Monday, November 14, 2016 5:36:43 PM CET pankaj.dubey wrote: > On Monday 14 November 2016 05:26 PM, Arnd Bergmann wrote: > > On Monday, November 14, 2016 10:31:59 AM CET Pankaj Dubey wrote: > > > > The only difference here seems to be that realview also needs to handle > > "arm,arm11mp-scu". Wh

Re: [PATCH 04/16] ARM: realview: use generic API for enabling SCU

2016-11-14 Thread Pankaj Dubey
Hi Arnd, On 14 November 2016 at 17:26, Arnd Bergmann wrote: > On Monday, November 14, 2016 10:31:59 AM CET Pankaj Dubey wrote: >> static const struct of_device_id realview_scu_match[] = { >> { .compatible = "arm,arm11mp-scu", }, >> - { .compatible = "arm,cortex-a9-scu", }, >> -

Re: [PATCH 04/16] ARM: realview: use generic API for enabling SCU

2016-11-14 Thread pankaj.dubey
On Monday 14 November 2016 05:26 PM, Arnd Bergmann wrote: > On Monday, November 14, 2016 10:31:59 AM CET Pankaj Dubey wrote: >> static const struct of_device_id realview_scu_match[] = { >> { .compatible = "arm,arm11mp-scu", }, >> - { .compatible = "arm,cortex-a9-scu", }, >> -

Re: [PATCH 04/16] ARM: realview: use generic API for enabling SCU

2016-11-14 Thread Arnd Bergmann
On Monday, November 14, 2016 10:31:59 AM CET Pankaj Dubey wrote: > static const struct of_device_id realview_scu_match[] = { > { .compatible = "arm,arm11mp-scu", }, > - { .compatible = "arm,cortex-a9-scu", }, > - { .compatible = "arm,cortex-a5-scu", }, > { } > }; > >

[PATCH 04/16] ARM: realview: use generic API for enabling SCU

2016-11-13 Thread Pankaj Dubey
Now as we have of_scu_enable which takes care of mapping scu base from DT, lets use it. Also this patch removes computation of number of cores from SCU, as for DT platform it will be taken care from DT CPU device nodes. CC: Russell King Signed-off-by: Pankaj Dubey --- arch/arm/mach-realview/pl