Does TI U-Boot support the QSPI flash on the K2G EVM? When I try spi probe it doesn't find the QSPI flash on the K2G EVM using the version of U-Boot that is installed (U-Boot 2015.07 (Mar 21 2016 - 10:02:12 -0400)).
When I get TI U-Boot tag ti2016.07, there is no sign of QSPI in the k2g_evm_defconfig file. If I configure U-Boot for TI_QSPI support, the build fails.
CC drivers/spi/ti_qspi.o
../drivers/spi/ti_qspi.c:11:27: fatal error: asm/arch/omap.h: No such file or directory
The Kconfig file says "Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms." so it's not clear that the K2G EVM is supported. Is the TI_QSPI driver the correct one to use?
By the way, I chose the ti2016.07 commit because it was just two up from the head of U-Boot as described in http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_U-Boot_Release_Notes when I began this work yesterday morning; I see that the repository and the release notes have been updated since then. I'll try again with ti2017.01.
Regards,
Debora