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

Commit 7f3318f4 authored by Mao Li's avatar Mao Li
Browse files

ARM: dts: msm: enable only single flash on MSM8953/8917 QRD



MSM8953/8917 QRD support only single flash - flash_0/torch_0.
Hence, remove the DT entries for second flash - flash_1, torch_1.

CRs-Fixed: 975075
Change-Id: Id2542aa5dd73add567883e95644566755500db30
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent 753b4916
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -114,6 +114,11 @@
	qcom,actuator-type = "erm";
};

&flash_led {
	/delete-node/ qcom,flash_1;
	/delete-node/ qcom,torch_1;
};

&soc {
	led_flash0: qcom,camera-flash {
		cell-index = <0>;
+10 −0
Original line number Diff line number Diff line
@@ -211,3 +211,13 @@
&i2c_3 {
	status = "ok";
};

&flash_led {
	/delete-node/ qcom,flash_1;
	/delete-node/ qcom,torch_1;
};

&led_flash0{
	qcom,flash-source = <&pmi8950_flash0>;
	qcom,torch-source = <&pmi8950_torch0>;
};