Skip to content
Snippets Groups Projects
Commit 30ae13bf authored by Ajay Dudani's avatar Ajay Dudani
Browse files

camera: flash: Update flash firing power to ~1240mA


Single flash can go up to 1000mA; split out to use flash0 &
flash1 to increase flash firing power beyond 1000mA

Signed-off-by: default avatarAjay Dudani <adudani@codeaurora.org>
parent 72edc8e7
No related merge requests found
......@@ -177,7 +177,7 @@
cell-index = <0>;
compatible = "qcom,camera-led-flash";
qcom,flash-type = <1>;
qcom,flash-source = <&pm8941_flash0>;
qcom,flash-source = <&pm8941_flash0 &pm8941_flash1>;
qcom,torch-source = <&pm8941_torch>;
};
......
......@@ -75,7 +75,7 @@
"flash0_trigger";
qcom,id = <1>;
linux,name = "led:flash_0";
qcom,current = <1000>;
qcom,current = <620>;
};
pm8941_flash1: qcom,flash_1 {
......@@ -91,7 +91,7 @@
label = "flash";
qcom,id = <2>;
linux,name = "led:flash_1";
qcom,current = <1000>;
qcom,current = <620>;
};
pm8941_torch: qcom,flash_torch {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment