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

Commit d64ebf3b authored by Miaoqing Pan's avatar Miaoqing Pan Committed by Gerrit - the friendly Code Review server
Browse files

ARM:dts:msm: enable spi slave for qcs405



Add spi-msm-codec-slave driver support for qcs405.

CRs-Fixed: 2334583
Change-Id: I45f46cd28cd810182164bf1f1f37193c6e069e10
Signed-off-by: default avatarMiaoqing Pan <miaoqing@codeaurora.org>
parent ccba4652
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -72,3 +72,14 @@
		status = "ok";
	};
};

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