linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: berlin: add CPU_V7 to Marvell Armada 1500-mini (BG2CD)
@ 2014-04-15 18:48 Sebastian Hesselbarth
  2014-04-22 18:11 ` Sebastian Hesselbarth
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Hesselbarth @ 2014-04-15 18:48 UTC (permalink / raw)
  To: linux-arm-kernel

This selects missing CPU_V7 for ARM Cortex-A9 based Marvell Armada
1500-mini (BG2CD).

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-kernel at vger.kernel.org
---
 arch/arm/mach-berlin/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
index d3c5f14dc142..0add8350faf4 100644
--- a/arch/arm/mach-berlin/Kconfig
+++ b/arch/arm/mach-berlin/Kconfig
@@ -18,6 +18,7 @@ config MACH_BERLIN_BG2
 config MACH_BERLIN_BG2CD
 	bool "Marvell Armada 1500-mini (BG2CD)"
 	select CACHE_L2X0
+	select CPU_V7
 	select HAVE_ARM_TWD if SMP
 
 config MACH_BERLIN_BG2Q
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] ARM: berlin: add CPU_V7 to Marvell Armada 1500-mini (BG2CD)
  2014-04-15 18:48 [PATCH] ARM: berlin: add CPU_V7 to Marvell Armada 1500-mini (BG2CD) Sebastian Hesselbarth
@ 2014-04-22 18:11 ` Sebastian Hesselbarth
  2014-04-22 18:29   ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Hesselbarth @ 2014-04-22 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/15/2014 08:48 PM, Sebastian Hesselbarth wrote:
> This selects missing CPU_V7 for ARM Cortex-A9 based Marvell Armada
> 1500-mini (BG2CD).
> 
> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> ---

Applied to berlin/soc.

> ---
>  arch/arm/mach-berlin/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
> index d3c5f14dc142..0add8350faf4 100644
> --- a/arch/arm/mach-berlin/Kconfig
> +++ b/arch/arm/mach-berlin/Kconfig
> @@ -18,6 +18,7 @@ config MACH_BERLIN_BG2
>  config MACH_BERLIN_BG2CD
>  	bool "Marvell Armada 1500-mini (BG2CD)"
>  	select CACHE_L2X0
> +	select CPU_V7
>  	select HAVE_ARM_TWD if SMP
>  
>  config MACH_BERLIN_BG2Q
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: berlin: add CPU_V7 to Marvell Armada 1500-mini (BG2CD)
  2014-04-22 18:11 ` Sebastian Hesselbarth
@ 2014-04-22 18:29   ` Rob Herring
  2014-04-22 18:35     ` Sebastian Hesselbarth
  2014-04-22 21:22     ` Sebastian Hesselbarth
  0 siblings, 2 replies; 5+ messages in thread
From: Rob Herring @ 2014-04-22 18:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 22, 2014 at 1:11 PM, Sebastian Hesselbarth
<sebastian.hesselbarth@gmail.com> wrote:
> On 04/15/2014 08:48 PM, Sebastian Hesselbarth wrote:
>> This selects missing CPU_V7 for ARM Cortex-A9 based Marvell Armada
>> 1500-mini (BG2CD).
>>
>> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>> ---
>
> Applied to berlin/soc.
>
>> ---
>>  arch/arm/mach-berlin/Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
>> index d3c5f14dc142..0add8350faf4 100644
>> --- a/arch/arm/mach-berlin/Kconfig
>> +++ b/arch/arm/mach-berlin/Kconfig
>> @@ -18,6 +18,7 @@ config MACH_BERLIN_BG2
>>  config MACH_BERLIN_BG2CD
>>       bool "Marvell Armada 1500-mini (BG2CD)"
>>       select CACHE_L2X0
>> +     select CPU_V7

This should not be needed. This gets selected by multi-platform with
ARCH_MULTI_V7.

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: berlin: add CPU_V7 to Marvell Armada 1500-mini (BG2CD)
  2014-04-22 18:29   ` Rob Herring
@ 2014-04-22 18:35     ` Sebastian Hesselbarth
  2014-04-22 21:22     ` Sebastian Hesselbarth
  1 sibling, 0 replies; 5+ messages in thread
From: Sebastian Hesselbarth @ 2014-04-22 18:35 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/22/2014 08:29 PM, Rob Herring wrote:
> On Tue, Apr 22, 2014 at 1:11 PM, Sebastian Hesselbarth
> <sebastian.hesselbarth@gmail.com> wrote:
>> On 04/15/2014 08:48 PM, Sebastian Hesselbarth wrote:
>>> This selects missing CPU_V7 for ARM Cortex-A9 based Marvell Armada
>>> 1500-mini (BG2CD).
>>>
>>> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>>> ---
>>
>> Applied to berlin/soc.
>>
>>> ---
>>>  arch/arm/mach-berlin/Kconfig | 1 +
>>>  1 file changed, 1 insertion(+)
>>>
>>> diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
>>> index d3c5f14dc142..0add8350faf4 100644
>>> --- a/arch/arm/mach-berlin/Kconfig
>>> +++ b/arch/arm/mach-berlin/Kconfig
>>> @@ -18,6 +18,7 @@ config MACH_BERLIN_BG2
>>>  config MACH_BERLIN_BG2CD
>>>       bool "Marvell Armada 1500-mini (BG2CD)"
>>>       select CACHE_L2X0
>>> +     select CPU_V7
> 
> This should not be needed. This gets selected by multi-platform with
> ARCH_MULTI_V7.

Ok, you are right.

Currently, I have three different SoCs for MACH_BERLIN. One selects
CPU_PJ4B, one also selects CPU_V7. This would add CPU_V7 to BG2CD
just to make it symmetrical.

I can also remove it from BG2Q and only select CPU_PJ4B for the one
that is different.

Sebastian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: berlin: add CPU_V7 to Marvell Armada 1500-mini (BG2CD)
  2014-04-22 18:29   ` Rob Herring
  2014-04-22 18:35     ` Sebastian Hesselbarth
@ 2014-04-22 21:22     ` Sebastian Hesselbarth
  1 sibling, 0 replies; 5+ messages in thread
From: Sebastian Hesselbarth @ 2014-04-22 21:22 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/22/2014 08:29 PM, Rob Herring wrote:
> On Tue, Apr 22, 2014 at 1:11 PM, Sebastian Hesselbarth
> <sebastian.hesselbarth@gmail.com> wrote:
>> On 04/15/2014 08:48 PM, Sebastian Hesselbarth wrote:
>>> This selects missing CPU_V7 for ARM Cortex-A9 based Marvell Armada
>>> 1500-mini (BG2CD).
>>>
>>> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>>> ---
>>
>> Applied to berlin/soc.
>>
>>> ---
>>>  arch/arm/mach-berlin/Kconfig | 1 +
>>>  1 file changed, 1 insertion(+)
>>>
>>> diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
>>> index d3c5f14dc142..0add8350faf4 100644
>>> --- a/arch/arm/mach-berlin/Kconfig
>>> +++ b/arch/arm/mach-berlin/Kconfig
>>> @@ -18,6 +18,7 @@ config MACH_BERLIN_BG2
>>>  config MACH_BERLIN_BG2CD
>>>       bool "Marvell Armada 1500-mini (BG2CD)"
>>>       select CACHE_L2X0
>>> +     select CPU_V7
> 
> This should not be needed. This gets selected by multi-platform with
> ARCH_MULTI_V7.

Dropped again, thanks for sending the cleanup :)

Sebastian

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-22 21:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 18:48 [PATCH] ARM: berlin: add CPU_V7 to Marvell Armada 1500-mini (BG2CD) Sebastian Hesselbarth
2014-04-22 18:11 ` Sebastian Hesselbarth
2014-04-22 18:29   ` Rob Herring
2014-04-22 18:35     ` Sebastian Hesselbarth
2014-04-22 21:22     ` Sebastian Hesselbarth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).