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

Commit 886c392c authored by Dipen Parmar's avatar Dipen Parmar
Browse files

ARM: dts: msm: Add SPS node for msmferrum



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

Change-Id: Iaf684815bdb072a62cc7e3c9c1e9cda8ff3a2a36
Signed-off-by: default avatarDipen Parmar <dipenp@codeaurora.org>
parent 8e30be93
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -155,4 +155,10 @@
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

	qcom,sps {
		compatible = "qcom,msm_sps_4k";
		qcom,device-type = <3>;
		qcom,pipe-attr-ee;
	};
};