]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: zynqmp_gqspi: Add parallel memories support in GQSPI driver
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Thu, 26 Sep 2024 04:55:06 +0000 (10:25 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 9 Oct 2024 15:01:54 +0000 (09:01 -0600)
commit217b0a28b6db3d664300f82df8e4cf342de3b8a0
treef85da03b87b59ccf124d8332b6dc2e5c71506188
parent34da258bb0465de4bf44dc8949a9536cc06bf725
spi: zynqmp_gqspi: Add parallel memories support in GQSPI driver

Add support for parallel memories in zynqmp_gqspi.c driver. In case of
parallel memories STRIPE bit is set and sent to the qspi ip, which will
send data bits to both the flashes in parallel. However for few commands
we should not use stripe, instead send same data to both the flashes.
Those commands are exclueded by using zynqmp_qspi_update_stripe().

Also update copyright info for this file.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
drivers/spi/zynqmp_gqspi.c
include/spi.h