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

Commit 26fe628a authored by Vijay kumar Tumati's avatar Vijay kumar Tumati Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable camera flash on SDM450 with Nebula



Add required dtsi nodes to enable camera flash on
SDM450 platform with PMI632.

Change-Id: I07244f5103481babc0af8b45ee683286120a5c4e
Signed-off-by: default avatarVijay kumar Tumati <vtumati@codeaurora.org>
parent 299fec05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@
		qcom,csiphy-sd-index = <0>;
		qcom,csid-sd-index = <0>;
		qcom,mount-angle = <270>;
		qcom,led-flash-src = <&led_flash0>;
		qcom,eeprom-src = <&eeprom0>;
		qcom,actuator-src = <&actuator0>;
		cam_vio-supply = <&pm8953_l6>;
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@
		qcom,csiphy-sd-index = <0>;
		qcom,csid-sd-index = <0>;
		qcom,mount-angle = <270>;
		qcom,led-flash-src = <&led_flash0>;
		qcom,eeprom-src = <&eeprom0>;
		qcom,actuator-src = <&actuator0>;
		cam_vio-supply = <&pm8953_l6>;
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@
		qcom,csiphy-sd-index = <0>;
		qcom,csid-sd-index = <0>;
		qcom,mount-angle = <90>;
		qcom,led-flash-src = <&led_flash0>;
		qcom,eeprom-src = <&eeprom0>;
		qcom,actuator-src = <&actuator0>;
		cam_vio-supply = <&pm8953_l6>;
+0 −11
Original line number Diff line number Diff line
@@ -11,17 +11,6 @@
 * GNU General Public License for more details.
 */

&soc {
	led_flash0: qcom,camera-flash {
		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,switch-source = <&pmi8950_switch>;
	};
};

&labibb {
	status = "ok";
	qpnp,qpnp-labibb-mode = "lcd";
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
 * GNU General Public License for more details.
 */

#include "msm8953-camera-sensor-qrd.dtsi"
&soc {
	i2c@78b7000 { /* BLSP1 QUP3 */
		/delete-node/ synaptics@4b;
Loading