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

Commit f74f0e61 authored by Yi Chen's avatar Yi Chen
Browse files

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



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

CRs-Fixed: 2365448
Change-Id: I408f12ea157954daa6aab68c948ea482313d86dc
Signed-off-by: default avatarYi Chen <yichen@codeaurora.org>
parent 64b5a370
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -50,3 +50,14 @@
	qcom,mdss-dsi-bl-pmic-bank-select = <0>;
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

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