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

Commit 83b84d8b authored by Kui Wang's avatar Kui Wang Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: delete redundant flash node for msmtitanium DTP



There is only one led on msmtitanium DTP device.
Delete redundant flash and torch device node

CRs-Fixed: 979068
Change-Id: If9edae70a6a1dd58931426c42aee38d7c3747bee
Signed-off-by: default avatarKui Wang <kuiw@codeaurora.org>
parent 99d7b718
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -16,8 +16,8 @@
		cell-index = <0>;
		cell-index = <0>;
		compatible = "qcom,camera-flash";
		compatible = "qcom,camera-flash";
		qcom,flash-type = <1>;
		qcom,flash-type = <1>;
		qcom,flash-source = <&pmi8950_flash0 &pmi8950_flash1>;
		qcom,flash-source = <&pmi8950_flash0>;
		qcom,torch-source = <&pmi8950_torch0 &pmi8950_torch1>;
		qcom,torch-source = <&pmi8950_torch0>;
		qcom,switch-source = <&pmi8950_switch>;
		qcom,switch-source = <&pmi8950_switch>;
	};
	};
};
};