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

Commit 0396aa30 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents c7f0cd0f e338bd0b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -58,3 +58,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>;
	};
};