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

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

ARM: dts: msm: remove redundant flash and torch node



There is only one led on DTP8937 device. Remove redundant
flash and torch device node

CRs-Fixed: 959511

Change-Id: I69854760d75a13976b04be60bc00f7516762e90c
Signed-off-by: default avatarKui Wang <kuiw@codeaurora.org>
parent a660e4d0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -40,8 +40,8 @@
		cell-index = <0>;
		compatible = "qcom,camera-flash";
		qcom,flash-type = <1>;
		qcom,flash-source = <&pmi8937_flash0 &pmi8937_flash1>;
		qcom,torch-source = <&pmi8937_torch0 &pmi8937_torch1>;
		qcom,flash-source = <&pmi8937_flash0>;
		qcom,torch-source = <&pmi8937_torch0>;
		qcom,switch-source = <&pmi8937_switch>;
	};

+2 −2
Original line number Diff line number Diff line
@@ -40,8 +40,8 @@
		cell-index = <0>;
		compatible = "qcom,camera-flash";
		qcom,flash-type = <1>;
		qcom,flash-source = <&pmi8950_flash0 &pmi8950_flash1>;
		qcom,torch-source = <&pmi8950_torch0 &pmi8950_torch1>;
		qcom,flash-source = <&pmi8950_flash0>;
		qcom,torch-source = <&pmi8950_torch0>;
		qcom,switch-source = <&pmi8950_switch>;
	};