ARM: dts: msm: Add laser LED support on MSM8998 MTP
Add laser LED device for msm8998 MTP to support depth sensor. Change-Id: I8603540d56adbc0d0d3ee41959f7e235dc459a8d Signed-off-by: Vijay kumar Tumati <vtumati@codeaurora.org>
This commit is contained in:
parent
63f5792c5c
commit
b7f86b239c
1 changed files with 8 additions and 0 deletions
|
@ -54,6 +54,13 @@
|
|||
qcom,cam-vreg-op-mode = <0>;
|
||||
};
|
||||
|
||||
laserled0: qcom,laserled@0 {
|
||||
cell-index = <0>;
|
||||
reg = <0x0>;
|
||||
compatible = "qcom,laser-led";
|
||||
qcom,cci-master = <1>;
|
||||
};
|
||||
|
||||
actuator1: qcom,actuator@1 {
|
||||
cell-index = <1>;
|
||||
reg = <0x1>;
|
||||
|
@ -322,6 +329,7 @@
|
|||
qcom,eeprom-src = <&eeprom2>;
|
||||
qcom,led-flash-src = <&led_flash1>;
|
||||
qcom,actuator-src = <&actuator1>;
|
||||
qcom,laserled-src = <&laserled0>;
|
||||
cam_vio-supply = <&pm8998_lvs1>;
|
||||
cam_vana-supply = <&pm8998_l22>;
|
||||
cam_vdig-supply = <&pm8998_s3>;
|
||||
|
|
Loading…
Add table
Reference in a new issue