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

Commit 9d485f0c authored by yungwenpeng's avatar yungwenpeng
Browse files

Merge branch gms into release

* ssh://ch-git3.arimacomm.com.tw:29418/kernel/msm-4.9:
  Modified the MCLK strength level for camera cannot detect sometimes.

Change-Id: I15010b3a183811fd2f785b641cf3c6f0706ff99e
parents 099c9ead f5ea02cf
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -123,7 +123,9 @@

				config {
					pins = "gpio31", "gpio32";
					drive-strength = <2>; /* 2 MA */
				/*<2019/05/10-Yuting Shih.[FAIRPHONE][MISC][COMMON][CAMERA][][]Pull up the strength level when camera cannot detected sometimes */
					drive-strength = <4>; /* 2 MA */
				/*>2019/05/10-Yuting Shih.[FAIRPHONE][MISC][COMMON][CAMERA][][] */
					bias-disable; /* No PULL */
				};
			};
@@ -270,7 +272,9 @@
			config {
				pins = "gpio27";
				bias-disable; /* No PULL */
				drive-strength = <2>; /* 2 MA */
			/*<2019/05/10-Yuting Shih.[FAIRPHONE][MISC][COMMON][CAMERA][][]Pull up the MIPI CLK strength level when camera cannot detected sometimes */
				drive-strength = <8>; /* <2>; */ /* 2 MA */
			/*>2019/05/10-Yuting Shih.[FAIRPHONE][MISC][COMMON][CAMERA][][] */
			};
		};