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

Commit 8709acea authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add spi-msm-codec-slave device"

parents a0f21498 97f4e5c3
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -753,10 +753,6 @@
		vin-supply = <&vph_pwr_vreg>;
	};

	spi@7575000 { /* BLSP1 QUP1 */
		status = "disabled";
	};

	qcom,msm-dai-mi2s {
		compatible = "qcom,msm-dai-mi2s";
		dai_mi2s_quat: qcom,msm-dai-q6-mi2s-quat {
@@ -1058,3 +1054,11 @@
		drive-strength = <8>; /* 8 MA */
	};
};

&spi_0 {
	spi_codec@2 {
		compatible = "qcom,spi-msm-codec-slave";
		reg = <2>;
		spi-max-frequency = <19200000>;
	};
};