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

Commit bc8e90d9 authored by Jigarkumar Kishorkumar Zala's avatar Jigarkumar Kishorkumar Zala Committed by Abinaya P
Browse files

ARM: dts: msm: add support for new connection on OTST2 for MSM8952



Add support to enable MASK3 module, in order to use new connection
on OTST2 for flash LED driver. Also, add support to deset bit for
FOLLOW_OTST2_RB when MASK3 module is enable, to prevent device
reset before flash LED will get chance to ramp down.

Change-Id: Ia536d104f66b9e77a9fb15638811f37f6a8fe82e
Signed-off-by: default avatarJigarkumar Kishorkumar Zala <j_zala@codeaurora.org>
parent cc410e16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@
			qcom,en-ext-pfet-sc-pro;
		};

		qcom,leds@d300 {
		flash_led: qcom,leds@d300 {
			compatible = "qcom,qpnp-flash-led";
			status = "okay";
			reg = <0xd300 0x100>;
+1 −0
Original line number Diff line number Diff line
@@ -333,6 +333,7 @@
			pinctrl-names = "flash_led_enable","flash_led_disable";
			pinctrl-0 = <&flash_led_enable>;
			pinctrl-1 = <&flash_led_disable>;
			qcom,follow-otst2-rb-disabled;
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -315,6 +315,7 @@
			pinctrl-names = "flash_led_enable","flash_led_disable";
			pinctrl-0 = <&flash_led_enable>;
			pinctrl-1 = <&flash_led_disable>;
			qcom,follow-otst2-rb-disabled;
		};
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
	pinctrl-0 = <&uart_console_sleep>;
};

&flash_led {
	qcom,follow-otst2-rb-disabled;
};

&sdhc_1 {
	vdd-supply = <&pm8950_l8>;
	qcom,vdd-voltage-level = <2900000 2900000>;