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

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

Merge "spi: spi-geni-qcom: Set IOEB for MHI on SPI RX only case"

parents 2858be06 3afa8d47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2021, The Linux Foundation. All rights reserved.
 */


@@ -427,7 +427,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; /* For non Shared SPI case */
	} else {
		eot = 0;
		chain = 1;