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

Commit f37dede8 authored by Dipen Parmar's avatar Dipen Parmar
Browse files

ARM: dts: msm: Add SPS node for msmtellurium



SPS driver provides the support for data transfer
between two peripherals or peripheral to system
memory or system memory to peripheral.

Change-Id: I60f22d5f25b85ffe4050fe0d6436f7c1c8b7ccd6
Signed-off-by: default avatarDipen Parmar <dipenp@codeaurora.org>
parent 3311f658
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -106,4 +106,9 @@
			status = "disabled";
		};
	};

	qcom,sps {
		compatible = "qcom,msm_sps_4k";
		qcom,pipe-attr-ee;
	};
};