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

Commit 20386637 authored by Xu Han's avatar Xu Han
Browse files

ARM: dts: msm: add switch-source to msm8996 camera



Led flash is now triggered via a switch node (qcom,switch).
The switch-source is required in camera flash nodes in order to
fire flash.

Change-Id: I5af5705f893cc562a76d53bc769af95c6ac4fbba
Signed-off-by: default avatarXu Han <hanxu@codeaurora.org>
parent fb120d64
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
		compatible = "qcom,camera-flash";
		qcom,flash-source = <&pmi8994_flash0 &pmi8994_flash1>;
		qcom,torch-source = <&pmi8994_torch0 &pmi8994_torch1>;
		qcom,switch-source = <&pmi8994_switch>;
	};
};

+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
		compatible = "qcom,camera-flash";
		qcom,flash-source = <&pmi8994_flash0 &pmi8994_flash1>;
		qcom,torch-source = <&pmi8994_torch0 &pmi8994_torch1>;
		qcom,switch-source = <&pmi8994_switch>;
	};
};