Re: [PATCH] mtd: spi-nor: Allow Cadence QSPI support for ARM64

From: Cyrille Pitchen
Date: Tue Oct 10 2017 - 12:30:56 EST


Le 06/10/2017 Ã 17:00, Marek Vasut a ÃcritÂ:
> On 10/06/2017 04:56 PM, Thor Thayer wrote:
>> gentle ping...
>>
>>
>> On 09/29/2017 11:07 AM, thor.thayer@xxxxxxxxxxxxxxx wrote:
>>> From: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx>
>>>
>>> Allow ARM64 support for the Cadence QSPI interface by
>>> adding ARM64 as a dependency.
>>>
>>> Signed-off-by: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx>
>
> Reviewed-by: Marek Vasut <marek.vasut@xxxxxxxxx>
>

Applied to the spi-nor/next branch of l2-mtd

Thanks!

> I presume it was tested on Stratix 10 ?
>
>>> ---
>>> Â drivers/mtd/spi-nor/Kconfig | 2 +-
>>> Â 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
>>> index 69c638dd0484..f26aaa6d1430 100644
>>> --- a/drivers/mtd/spi-nor/Kconfig
>>> +++ b/drivers/mtd/spi-nor/Kconfig
>>> @@ -50,7 +50,7 @@ config SPI_ATMEL_QUADSPI
>>> Â Â config SPI_CADENCE_QUADSPI
>>> ÂÂÂÂÂ tristate "Cadence Quad SPI controller"
>>> -ÂÂÂ depends on OF && (ARM || COMPILE_TEST)
>>> +ÂÂÂ depends on OF && (ARM || ARM64 || COMPILE_TEST)
>>> ÂÂÂÂÂ help
>>> ÂÂÂÂÂÂÂ Enable support for the Cadence Quad SPI Flash controller.
>>> Â
>>
>
>