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

Commit 9123b9ce authored by Om Parkash's avatar Om Parkash
Browse files

ARM: dts: msm: Add regulator switch for Dual LED flash in SM6150



Add regulator switch to flash both white LED
and warm white LED simultaneously in SM6150.

CRs-Fixed: 2312917
Change-Id: Id57279098d352d11921c368b3113bb6b61bf2a7d
Signed-off-by: default avatarOm Parkash <oparkash@codeaurora.org>
parent 4e618765
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@
		cell-index = <0>;
		reg = <0x00 0x00>;
		compatible = "qcom,camera-flash";
		flash-source = <&pm6150l_flash0>;
		torch-source = <&pm6150l_torch1>;
		switch-source = <&pm6150l_switch0>;
		flash-source = <&pm6150l_flash0 &pm6150l_flash1>;
		torch-source = <&pm6150l_torch0 &pm6150l_torch1>;
		switch-source = <&pm6150l_switch2 &pm6150l_switch2>;
		status = "ok";
	};

@@ -27,9 +27,9 @@
		cell-index = <1>;
		reg = <0x01 0x00>;
		compatible = "qcom,camera-flash";
		flash-source = <&pm6150l_flash1>;
		torch-source = <&pm6150l_torch1>;
		switch-source = <&pm6150l_switch1>;
		flash-source = <&pm6150l_flash0 &pm6150l_flash1>;
		torch-source = <&pm6150l_torch0 &pm6150l_torch1>;
		switch-source = <&pm6150l_switch2 &pm6150l_switch2>;
		status = "ok";
	};