This patch modifies the SPI flash examples to support for
Zynq Ultrascale MPSoC. In zynq we are selecting the hardware
using chip select 0 where as in Zynq Ultrscale MPSoC we have
to use chip select 1 to select the hardware and we are using
different interrupt id's for Zynq and Zynq Ultrascale MPSoC.
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
This patch modified peripheral name notation from
pss_spi to psu_spi. Also removes ps8_spi notation.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch updates the modification history and
changes copyright year to 2015.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch rearranges declaration lines to come before
executable code lines. This fixes armcc compiler warnings.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch modifies driver code according to misrac guidelines.
support for Zynq Ultrascale Mp added.
Signed-off-by: Vishnu Motghare <vishnum@xilinx.com>