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

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

ARM: dts: msm: Enable multi-ee GSI usecase on I2C SE on lito

Add shared flag dt property to enable multi-ee GSI usecase
on I2C SE9 on lito.

Change-Id: If9d735e957199e486e8f355a2c7613df3bdcf80c
parent 0de607c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ Required properties:
Optional property:
 - qcom,clk-freq-out : Desired I2C bus clock frequency in Hz.
   When missing default to 400000Hz.
 - qcom,shared : Boolean flag to support multi-ee usecase, used in GSI mode.
   Needs to be added by client driver node in case of multi-ee usecase.

Child nodes should conform to i2c bus binding.

+5 −5
Original line number Diff line number Diff line
@@ -383,11 +383,6 @@

};

&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";
@@ -540,3 +535,8 @@
&sde_dsi {
	qcom,dsi-default-panel = <&dsi_sw43404_amoled_video>;
};

&qupv3_se9_i2c {
	/* Multi-ee usecase */
	qcom,shared;
};
+6 −5
Original line number Diff line number Diff line
@@ -247,11 +247,6 @@
	};
};

&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";
@@ -332,3 +327,9 @@
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
	qcom,platform-reset-gpio = <&pm8150l_gpios 3 0>;
};

&qupv3_se9_i2c {
	/* Multi-ee usecase */
	qcom,shared;
};