* [PATCH] ARM: davinci_all_defconfig: enable SPI and NOR as modules
@ 2016-04-15 0:49 Kevin Hilman
2016-04-25 13:08 ` Sekhar Nori
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2016-04-15 0:49 UTC (permalink / raw)
To: linux-arm-kernel
Enable SPI driver and SPI NOR flash support as modules.
Tested with SPI NOR flash on DA850-EVM. Basic boot test only to confirm
NOR flash device detection.
Signed-off-by: Kevin Hilman <khilman@baylibre•com>
---
Also boot tested on dm365-evm.
Tested on top of Sekhar's master branch, based on v4.6-rc1
arch/arm/configs/davinci_all_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index c5bccd9d010e..961246199898 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -70,8 +70,10 @@ CONFIG_MTD_CFI=m
CONFIG_MTD_CFI_INTELEXT=m
CONFIG_MTD_CFI_AMDSTD=m
CONFIG_MTD_PHYSMAP=m
+CONFIG_MTD_M25P80=m
CONFIG_MTD_NAND=m
CONFIG_MTD_NAND_DAVINCI=m
+CONFIG_MTD_SPI_NOR=m
CONFIG_PROC_DEVICETREE=y
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_RAM=y
@@ -117,6 +119,8 @@ CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_DAVINCI=y
+CONFIG_SPI=y
+CONFIG_SPI_DAVINCI=m
CONFIG_PINCTRL_SINGLE=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_PCF857X=y
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: davinci_all_defconfig: enable SPI and NOR as modules
2016-04-15 0:49 [PATCH] ARM: davinci_all_defconfig: enable SPI and NOR as modules Kevin Hilman
@ 2016-04-25 13:08 ` Sekhar Nori
0 siblings, 0 replies; 2+ messages in thread
From: Sekhar Nori @ 2016-04-25 13:08 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 15 April 2016 06:19 AM, Kevin Hilman wrote:
> Enable SPI driver and SPI NOR flash support as modules.
>
> Tested with SPI NOR flash on DA850-EVM. Basic boot test only to confirm
> NOR flash device detection.
>
> Signed-off-by: Kevin Hilman <khilman@baylibre•com>
> ---
> Also boot tested on dm365-evm.
>
> Tested on top of Sekhar's master branch, based on v4.6-rc1
Applied.
Thanks,
Sekhar
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-25 13:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-15 0:49 [PATCH] ARM: davinci_all_defconfig: enable SPI and NOR as modules Kevin Hilman
2016-04-25 13:08 ` Sekhar Nori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox