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

Commit 61009718 authored by Venkata Prahlad Valluru's avatar Venkata Prahlad Valluru
Browse files

ARM: dts: msm: fix lt9611 power supplies for QCS610 IOT



Reorder the LDO details to fix suspend/resume sequence
for the LT9611 bridge.

Change-Id: I321f8cb7a08d92fb8b0a6082cb5aa7f39af2c8a9
Signed-off-by: default avatarVenkata Prahlad Valluru <vvalluru@codeaurora.org>
parent 2237d580
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -366,21 +366,22 @@

			lt,supply-entry@0 {
				reg = <0>;
				lt,supply-name = "vcc";
				lt,supply-min-voltage = <3304000>;
				lt,supply-max-voltage = <3304000>;
				lt,supply-name = "vdd";
				lt,supply-min-voltage = <1800000>;
				lt,supply-max-voltage = <1800000>;
				lt,supply-enable-load = <200000>;
				lt,supply-post-on-sleep = <50>;
			};

			lt,supply-entry@1 {
				reg = <1>;
				lt,supply-name = "vdd";
				lt,supply-min-voltage = <1800000>;
				lt,supply-max-voltage = <1800000>;
				lt,supply-name = "vcc";
				lt,supply-min-voltage = <3304000>;
				lt,supply-max-voltage = <3304000>;
				lt,supply-enable-load = <200000>;
				lt,supply-post-on-sleep = <50>;
			};


		};

		lt,customize-modes {