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

Commit a5d59311 authored by Vipin Deep Kaur's avatar Vipin Deep Kaur
Browse files

ARM: dts: msm: Add support for multi-ee GSI usecase on I2C SE

Do not send gpio to sleep state at the end of GSI transfer.
This is required to support multi-ee usecase on i2c se9.

Change-Id: I16d274415d85486349f5099d93d712179f5a87d7
parent 04a5dcaa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -337,6 +337,11 @@
	};
};

&qupv3_se9_i2c {
	/* Override sleep state of pins */
	pinctrl-1 = <&qupv3_se9_i2c_active>;
};

&dsi_sw43404_amoled_video {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
+5 −0
Original line number Diff line number Diff line
@@ -240,6 +240,11 @@
	};
};

&qupv3_se9_i2c {
	/* Override sleep state of pins */
	pinctrl-1 = <&qupv3_se9_i2c_active>;
};

&dsi_sw43404_amoled_video {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";