2017-12-03 04:00:42

by Santosh Shilimkar

[permalink] [raw]
Subject: Re: [PATCH 6/6] ARM: configs: keystone_defconfig: Enable few peripheral drivers

On 11/22/17 11:51 PM, Vignesh R wrote:
> Enable drivers for QSPI, LEDS, gpio-decoder that are present on 66AK2G EVM
> and 66AK2G ICE boards.
>
> Signed-off-by: Vignesh R <[email protected]>
> ---
Please submit a patch also to enable all these peripherals
in multi-v7 config. Just enable all remainder
options enabled in keystone config also in multi-v7.

Am pushing this series to next now.

Regards,
Santosh


2017-12-04 09:01:02

by Vignesh Raghavendra

[permalink] [raw]
Subject: Re: [PATCH 6/6] ARM: configs: keystone_defconfig: Enable few peripheral drivers

Hi,

On Sunday 03 December 2017 09:30 AM, [email protected] wrote:
> On 11/22/17 11:51 PM, Vignesh R wrote:
>> Enable drivers for QSPI, LEDS, gpio-decoder that are present on 66AK2G
>> EVM
>> and 66AK2G ICE boards.
>>
>> Signed-off-by: Vignesh R <[email protected]>
>> ---
> Please submit a patch also to enable all these peripherals
> in multi-v7 config. Just enable all remainder
> options enabled in keystone config also in multi-v7.

K2 Platforms don't boot out of multi_v7_defconfig by default, because K2
platforms require CONFIG_ARM_LPAE(which is disabled in multi-v7).

If the intention is to just have all drivers enabled in
keystone_defconfig to be added to multi_v7, I can prepare a patch for
that and test with local patch to enable LPAE.

>
> Am pushing this series to next now.
>

Thanks!

--
Regards
Vignesh

2017-12-04 17:36:04

by Santosh Shilimkar

[permalink] [raw]
Subject: Re: [PATCH 6/6] ARM: configs: keystone_defconfig: Enable few peripheral drivers

On 12/4/2017 1:00 AM, Vignesh R wrote:
> Hi,
>
> On Sunday 03 December 2017 09:30 AM, [email protected] wrote:
>> On 11/22/17 11:51 PM, Vignesh R wrote:
>>> Enable drivers for QSPI, LEDS, gpio-decoder that are present on 66AK2G
>>> EVM
>>> and 66AK2G ICE boards.
>>>
>>> Signed-off-by: Vignesh R <[email protected]>
>>> ---
>> Please submit a patch also to enable all these peripherals
>> in multi-v7 config. Just enable all remainder
>> options enabled in keystone config also in multi-v7.
>
> K2 Platforms don't boot out of multi_v7_defconfig by default, because K2
> platforms require CONFIG_ARM_LPAE(which is disabled in multi-v7).
>
> If the intention is to just have all drivers enabled in
> keystone_defconfig to be added to multi_v7, I can prepare a patch for
> that and test with local patch to enable LPAE.
>
Yes. Please send a patch for it.

Regards,
Santosh