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

Commit 235bcbe4 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 sku10



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

Change-Id: I77a47e0ffcfae77de632b2c1e80343e28e0ae8ad
Signed-off-by: default avatarYi Chen <yichen@codeaurora.org>
parent 82d2ef3d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -49,3 +49,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>;
		};
	};
};