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

Commit e338bd0b authored by Shankar Ravi's avatar Shankar Ravi
Browse files

ARM: dts: msm: Add support for flash driver on 8936 V2 MTP



Changes to support flash driver based on the MTP version on msm8936.

Change-Id: I0ef506b729295af1764843091ce8ca87223051c6
Signed-off-by: default avatarShankar Ravi <rshankar@codeaurora.org>
parent 53a5295c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -57,3 +57,9 @@
	pinctrl-0 = <&usbid_default>;
	vbus_otg-supply = <&smb1360_otg_supply>;
};

&cci {
	qcom,camera@0 {
		qcom,led-flash-src = <&led_flash0>;
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -49,3 +49,9 @@
	status = "ok";
	qcom,disable-bms;
};

&cci {
	qcom,camera@0 {
		qcom,led-flash-src = <&led_flash1>;
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -21,3 +21,9 @@
	compatible = "qcom,msm8936-mtp", "qcom,msm8936", "qcom,mtp";
	qcom,board-id = <8 1>;
};

&cci {
	qcom,camera@0 {
		qcom,led-flash-src = <&led_flash0>;
	};
};