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

Commit 777182b9 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Add LCDB BST node for PMI632



The driver requires all the 3 nodes (bst, ldo, ncp) defined
for a proper initialization sequence. Without any of them it
skips the device tree parsing and variables stay un-initialized
causing incorrect configuration.

Change-Id: I452a7a87316b724c9263664eb6be7e941a87a3c5
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent cef92487
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -638,6 +638,13 @@
				regulator-min-microvolt = <4000000>;
				regulator-max-microvolt = <6000000>;
			};

			lcdb_bst_vreg: bst {
				label = "bst";
				regulator-name = "lcdb_bst";
				regulator-min-microvolt = <4700000>;
				regulator-max-microvolt = <6275000>;
			};
		};

		flash_led: qcom,leds@d300 {