From 9cd37b02a010addfbe6b2ed5b2eacd5bd7e36fb8 Mon Sep 17 00:00:00 2001 From: Angus Ainslie Date: Fri, 11 Nov 2016 11:31:39 -0700 Subject: imx7: SPI: add suport for SPI flash in mikroBUS slot Enable the escpi3 nets attached to the mikroBUS slot on the i.MX7 Sabre evalution board. Also enble the SPI flash commands to work with the "flash click" board. This is V2 of this patch with changes recommended by the maintainer CC: Jagan Teki --- configs/mx7dsabresd_secure_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/mx7dsabresd_secure_defconfig') diff --git a/configs/mx7dsabresd_secure_defconfig b/configs/mx7dsabresd_secure_defconfig index 126ce31ff7..ef935221c4 100644 --- a/configs/mx7dsabresd_secure_defconfig +++ b/configs/mx7dsabresd_secure_defconfig @@ -45,3 +45,6 @@ CONFIG_G_DNL_MANUFACTURER="FSL" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 CONFIG_OF_LIBFDT=y +CONFIG_SPI_FLASH=y +CONFIG_CMD_SF=y +CONFIG_SPI_FLASH_EON=y -- cgit v1.2.3