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

Commit 7e8d1552 authored by Tony Lijo Jose's avatar Tony Lijo Jose
Browse files

ARM: dts: msm: Fix the vdig voltage for front camera

In secure camera usecases, the front and rear camera is opened
concurrently. This is leading to poweron failure , as the voltage range
of the shared rail (vdig) is not matching for front and rear camera.

This change adjust the front camera vdig voltage adjusting to the rear
camera.

CRs-Fixed: 2671713
Change-Id: Ief7216005a5819dca15dd5c56625fa6273a495c9
parent 510257d5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -136,8 +136,8 @@
			"cam_clk";
		rgltr-cntrl-support;
		pwm-switch;
		rgltr-min-voltage = <1800000 2800000 1056000 0>;
		rgltr-max-voltage = <1800000 2800000 1056000 0>;
		rgltr-min-voltage = <1800000 2800000 1050000 0>;
		rgltr-max-voltage = <1800000 2800000 1050000 0>;
		rgltr-load-current = <0 80000 105000 0>;
		gpio-no-mux = <0>;
		pinctrl-names = "cam_default", "cam_suspend";
@@ -276,8 +276,8 @@
			"cam_clk";
		rgltr-cntrl-support;
		pwm-switch;
		rgltr-min-voltage = <1800000 2800000 1056000 0>;
		rgltr-max-voltage = <1800000 2800000 1056000 0>;
		rgltr-min-voltage = <1800000 2800000 1050000 0>;
		rgltr-max-voltage = <1800000 2800000 1050000 0>;
		rgltr-load-current = <0 80000 105000 0>;
		gpio-no-mux = <0>;
		pinctrl-names = "cam_default", "cam_suspend";