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

Commit d6984f69 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: Fix MI2S pin control names on DB8094"

parents 4e258b6d 8e877902
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -94,11 +94,19 @@
		};
	};

	pmx_pri_mi2s {
	pmx_pri_mi2s_sleep {
		qcom,pins = <&gp 58>, <&gp 59>;
	};

	pmx_pri_mi2s_sd0 {
	pmx_pri_mi2s_active {
		qcom,pins = <&gp 58>, <&gp 59>;
	};

	pmx_pri_mi2s_sd0_sleep {
		qcom,pins = <&gp 60>;
	};

	pmx_pri_mi2s_sd0_active {
		qcom,pins = <&gp 60>;
	};
};