ARM: dts: msm: Add support for new flash mode on msmcobalt

Add support for torch mode capability on msmcobalt.

CRs-Fixed: 1021009
Change-Id: I5eefe40073238234a6527e0b0572da77f790e44f
Signed-off-by: Viswanadha Raju Thotakura <viswanad@codeaurora.org>
This commit is contained in:
Viswanadha Raju Thotakura 2016-06-13 13:36:20 -07:00
parent cc915a3931
commit b25dd0b83f
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@
cell-index = <0>;
compatible = "qcom,camera-flash";
qcom,flash-source = <&pmicobalt_flash0 &pmicobalt_flash1>;
qcom,torch-source = <&pmicobalt_torch0 &pmicobalt_torch1>;
qcom,switch-source = <&pmicobalt_switch0>;
status = "ok";
};
@ -24,6 +25,7 @@
cell-index = <1>;
compatible = "qcom,camera-flash";
qcom,flash-source = <&pmicobalt_flash2>;
qcom,torch-source = <&pmicobalt_torch2>;
qcom,switch-source = <&pmicobalt_switch1>;
status = "ok";
};

View file

@ -16,6 +16,7 @@
cell-index = <0>;
compatible = "qcom,camera-flash";
qcom,flash-source = <&pmicobalt_flash0 &pmicobalt_flash1>;
qcom,torch-source = <&pmicobalt_torch0 &pmicobalt_torch1>;
qcom,switch-source = <&pmicobalt_switch0>;
status = "ok";
};
@ -24,6 +25,7 @@
cell-index = <1>;
compatible = "qcom,camera-flash";
qcom,flash-source = <&pmicobalt_flash2>;
qcom,torch-source = <&pmicobalt_torch2>;
qcom,switch-source = <&pmicobalt_switch1>;
status = "ok";
};