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

Commit 8e877902 authored by Ilia Lin's avatar Ilia Lin Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Fix MI2S pin control names on DB8094



The I2S pin control names has been changed in the common
device tree file. Changing the override names accordingly.

Change-Id: Ic845bf3fdb48dfeb3d4e08f24d445d9be6cd2516
Signed-off-by: default avatarIlia Lin <ilialin@codeaurora.org>
parent ec1d8c52
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>;
	};
};