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

Commit 065265c8 authored by Yi Chen's avatar Yi Chen Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable spi slave for qcs405 sku12



Add spi-msm-codec-slave driver support for qcs405(sku12)

Change-Id: I1cde87a12686424f85e5f5987997cee96098d137
Signed-off-by: default avatarYi Chen <yichen@codeaurora.org>
parent 235bcbe4
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -23,3 +23,14 @@
	compatible = "qcom,qcs405-iot", "qcom,qcs405", "qcom,iot";
	qcom,board-id = <0x080020 0x1>;
};

&soc {
	spi@78b5000 {
		status = "ok";
		spi@0 {
			compatible = "qcom,spi-msm-codec-slave";
			reg = <0>;
			spi-max-frequency = <50000000>;
		};
	};
};