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

Commit 2fda2edf authored by Chunmei Cai's avatar Chunmei Cai
Browse files

ARM: dts: msm: Disable pericom-type-c for qrd8937 sku1 and sku2



Type C is not PORed in qrd8937 sku1 and sku2 so we need to disable it to
avoid error.

CRs-Fixed: 945978
Change-Id: I37fdb7e1ef5654917c77416adef27d93f28c2974
Signed-off-by: default avatarChunmei Cai <ccai@codeaurora.org>
parent 5684450d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -39,3 +39,9 @@
			"AMIC3", "MIC BIAS External";
	};
};

&i2c_2 {
	pericom-type-c@1d {
		status="disabled";
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -64,3 +64,9 @@
			"AMIC3", "MIC BIAS External";
	};
};

&i2c_2 {
	pericom-type-c@1d {
		status="disabled";
	};
};