
Hi,
On 05/09/2016 08:04 PM, Jagan Teki wrote:
On 13 April 2016 at 16:22, Vignesh R vigneshr@ti.com wrote:
This series adds support for Cadence QSPI controller present on K2G SoC.
The first patch extends AHB address to 32 bit as K2G has 32 bit AHB address. Second patch enable QUAD mode based on DT data instead of relying on config option. And last to patches add DT node and add configs to enable the driver.
Depends on [1] to enable SPI driver model support on K2G and [2] to support different bus frequencies for two different SPI controllers present on K2G EVM.
[1]https://www.mail-archive.com/u-boot@lists.denx.de/msg209556.html [2]https://patchwork.ozlabs.org/patch/609947/
Vignesh R (4): spi: cadence_qspi_apb: Support 32 bit AHB address spi: cadence_quadspi: Enable QUAD mode based on DT data ARM: dts: K2G: Add support for QSPI controller
Please rebase this?
This series applies cleanly on current u-boot master provided dts changes from my earlier patch series [3] are picked up. [3] is required to support SPI DM on K2G. Could you please pick up the dependent series and then apply this?
[3] https://www.mail-archive.com/u-boot@lists.denx.de/msg211787.html (Convert davinci_spi to DM patch series)
defconfig: k2g_evm_defconfig: Enable Cadence QSPI controller
Reviewed-by: Jagan Teki jteki@openedev.com