Message ID | 1460681393-15000-1-git-send-email-khilman@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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
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(+)