2021-02-08 08:28:00

by Nicolas Ferre

[permalink] [raw]
Subject: [PATCH] ARM: configs: sama5_defconfig: add QSPI driver

From: Nicolas Ferre <[email protected]>

Add Quad SPI driver to the sama5 defconfig. This driver is needed for
sama5d2 SoC.

Signed-off-by: Nicolas Ferre <[email protected]>
---
arch/arm/configs/sama5_defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index b72bd38a1c45..f4c3c0652432 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -121,6 +121,7 @@ CONFIG_I2C_AT91=y
CONFIG_I2C_GPIO=y
CONFIG_SPI=y
CONFIG_SPI_ATMEL=y
+CONFIG_SPI_ATMEL_QUADSPI=y
CONFIG_SPI_GPIO=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_SAMA5D2_PIOBU=m
--
2.30.0


2021-02-08 09:12:24

by Tudor Ambarus

[permalink] [raw]
Subject: Re: [PATCH] ARM: configs: sama5_defconfig: add QSPI driver

On 2/8/21 10:21 AM, [email protected] wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> From: Nicolas Ferre <[email protected]>
>
> Add Quad SPI driver to the sama5 defconfig. This driver is needed for
> sama5d2 SoC.
>
> Signed-off-by: Nicolas Ferre <[email protected]>

Reviewed-by: Tudor Ambarus <[email protected]>

> ---
> arch/arm/configs/sama5_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
> index b72bd38a1c45..f4c3c0652432 100644
> --- a/arch/arm/configs/sama5_defconfig
> +++ b/arch/arm/configs/sama5_defconfig
> @@ -121,6 +121,7 @@ CONFIG_I2C_AT91=y
> CONFIG_I2C_GPIO=y
> CONFIG_SPI=y
> CONFIG_SPI_ATMEL=y
> +CONFIG_SPI_ATMEL_QUADSPI=y
> CONFIG_SPI_GPIO=y
> CONFIG_GPIO_SYSFS=y
> CONFIG_GPIO_SAMA5D2_PIOBU=m
> --
> 2.30.0
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>