[PATCH] ARM: configs: at91: sama7: Enable SPI NOR and QSPI controller

Nicolas Ferre nicolas.ferre at microchip.com
Fri Dec 17 08:50:39 PST 2021


On 09/12/2021 at 16:37, Tudor Ambarus wrote:
> sama7g5ek comes with a SPI NOR flash connected to the QSPI
> controller. Enable the SPI NOR subsystem and the QSPI controller.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus at microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre at microchip.com>

Best regards,
   Nicolas

> ---
>   arch/arm/configs/sama7_defconfig | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
> index 938aae4bd80b..0368068e04d9 100644
> --- a/arch/arm/configs/sama7_defconfig
> +++ b/arch/arm/configs/sama7_defconfig
> @@ -33,7 +33,6 @@ CONFIG_MODULES=y
>   CONFIG_MODULE_FORCE_LOAD=y
>   CONFIG_MODULE_UNLOAD=y
>   CONFIG_MODULE_FORCE_UNLOAD=y
> -# CONFIG_BLK_DEV_BSG is not set
>   CONFIG_PARTITION_ADVANCED=y
>   # CONFIG_EFI_PARTITION is not set
>   # CONFIG_COREDUMP is not set
> @@ -83,6 +82,7 @@ CONFIG_DEVTMPFS_MOUNT=y
>   CONFIG_MTD=y
>   CONFIG_MTD_TESTS=m
>   CONFIG_MTD_CMDLINE_PARTS=y
> +CONFIG_MTD_SPI_NOR=y
>   CONFIG_BLK_DEV_LOOP=y
>   CONFIG_BLK_DEV_RAM=y
>   CONFIG_BLK_DEV_RAM_COUNT=1
> @@ -90,6 +90,7 @@ CONFIG_BLK_DEV_RAM_SIZE=8192
>   CONFIG_EEPROM_AT24=y
>   CONFIG_SCSI=y
>   CONFIG_BLK_DEV_SD=y
> +# CONFIG_BLK_DEV_BSG is not set
>   CONFIG_NETDEVICES=y
>   CONFIG_MACB=y
>   CONFIG_MICREL_PHY=y
> @@ -104,8 +105,8 @@ CONFIG_I2C=y
>   CONFIG_I2C_CHARDEV=y
>   CONFIG_I2C_AT91=y
>   CONFIG_SPI=y
> -CONFIG_SPI_MEM=y
>   CONFIG_SPI_ATMEL=y
> +CONFIG_SPI_ATMEL_QUADSPI=y
>   CONFIG_SPI_GPIO=y
>   CONFIG_PINCTRL_AT91=y
>   CONFIG_PINCTRL_AT91PIO4=y
> 


-- 
Nicolas Ferre



More information about the linux-arm-kernel mailing list