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

Commit 222112d5 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: Enable FUNC_SEL selection for aux pcm pins on 8994"

parents 83c11e59 0a95cff0
Loading
Loading
Loading
Loading
+22 −6
Original line number Diff line number Diff line
@@ -1283,15 +1283,23 @@
			};
		};

		pmx_sec_aux_pcm {
		pmx_sec_aux_pcm_sleep {
			qcom,pins = <&gp 79>, <&gp 80>, <&gp 82>;
			qcom,num-grp-pins = <3>;
			qcom,pin-func = <1>;
			label = "sec_aux_pcm";
			qcom,pin-func = <0>;
			label = "pmx_sec_aux_pcm_sleep";
			sec_aux_pcm_sleep: sec_aux_pcm_sleep {
				drive-strength = <2>;	/* 2 mA */
				bias-pull-down;		/* PULL DOWN */
				input-enable;
			};
		};

		pmx_sec_aux_pcm_active {
			qcom,pins = <&gp 79>, <&gp 80>, <&gp 82>;
			qcom,num-grp-pins = <3>;
			qcom,pin-func = <1>;
			label = "pmx_sec_aux_pcm_active";
			sec_aux_pcm_active: sec_aux_pcm_active {
				drive-strength = <8>;	/* 8 mA */
				bias-disable;		/* NO PULL */
@@ -1299,15 +1307,23 @@
			};
		};

		pmx_sec_aux_pcm_din {
		pmx_sec_aux_pcm_din_sleep {
			qcom,pins = <&gp 81>;
			qcom,num-grp-pins = <1>;
			qcom,pin-func = <1>;
			label = "sec_aux_pcm_din";
			qcom,pin-func = <0>;
			label = "pmx_sec_aux_pcm_din_sleep";
			sec_aux_pcm_din_sleep: sec_aux_pcm_din_sleep {
				drive-strength = <2>;	/* 2 mA */
				bias-pull-down;		/* PULL DOWN */
				input-enable;
			};
		};

		pmx_sec_aux_pcm_din_active {
			qcom,pins = <&gp 81>;
			qcom,num-grp-pins = <1>;
			qcom,pin-func = <1>;
			label = "pmx_sec_aux_pcm_din_active";
			sec_aux_pcm_din_active: sec_aux_pcm_din_active {
				drive-strength = <8>;	/* 8 mA */
				bias-disable;		/* NO PULL */