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

Commit 58861ab1 authored by Rama Krishna Phani A's avatar Rama Krishna Phani A
Browse files

ARM: dts: msm: Disable dma mode for SSC QUPV3 for SM6150



Disable dma mode for SSC QUPV3 serial engines for SPI
data transfers.

Change-Id: Ifdd7e6ca072149fbe70235826fca917585452e1a
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent 931284c5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -460,6 +460,7 @@
		pinctrl-1 = <&qupv3_se9_spi_sleep>;
		spi-max-frequency = <50000000>;
		qcom,wrapper-core = <&qupv3_2>;
		qcom,disable-dma;
		status = "disabled";
	};

@@ -479,6 +480,7 @@
		pinctrl-1 = <&qupv3_se10_spi_sleep>;
		spi-max-frequency = <50000000>;
		qcom,wrapper-core = <&qupv3_2>;
		qcom,disable-dma;
		status = "disabled";
	};
};