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

Commit 9269f4d4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents e6a51a6f a2ca1b8f
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;
};