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

Commit 82d2ef3d 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 sku8



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

Change-Id: I3d49a32e61f11c3d908de355a3e2fb61368353e4
Signed-off-by: default avatarYi Chen <yichen@codeaurora.org>
parent dc7aa950
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>;
		};
	};
};