Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3b50b77 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "spi: spi-msm-geni: Set IEOB for MHI on SPI RX only case"

parents 77b197ed 88c92919
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -533,7 +533,7 @@ static struct msm_gpi_tre *setup_go_tre(int cmd, int cs, int rx_len, int flags,
	if (cmd == SPI_RX_ONLY) {
		eot = 0;
		chain = 0;
		eob = 0;
		eob = 1;	/* GO TRE on TX: processing needed */
	} else {
		eot = 0;
		chain = 1;