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

Commit 1824bbbf 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: Update audio related device nodes for SDM439 CDP" into msm-4.9

parents cbc1e1f4 d58d6879
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
	int_codec: sound {
		qcom,model = "sdm439-snd-card-mtp";
		qcom,msm-hs-micbias-type = "internal";
		qcom,msm-micbias2-ext-cap;

		asoc-codec = <&stub_codec>, <&msm_digital_codec>,
				<&pmic_analog_codec>;
+24 −0
Original line number Diff line number Diff line
@@ -150,6 +150,30 @@
	};
};

&cdc_pdm_lines_2_act {
	mux {
		pins = "gpio70", "gpio71", "gpio72";
		function = "cdc_pdm0";
	};

	config {
		pins = "gpio70", "gpio71", "gpio72";
		drive-strength = <16>;
	};
};

&cdc_pdm_lines_act {
	mux {
		pins = "gpio69", "gpio73", "gpio74";
		function = "cdc_pdm0";
	};

	config {
		pins = "gpio69", "gpio73", "gpio74";
		drive-strength = <16>;
	};
};

&pm8953_pwm {
	status = "ok";
};