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

Commit 25bccae9 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 truly amoled panel on sdm660 and sdm630"

parents b22e2a04 e7b3f955
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -215,3 +215,7 @@
	qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>;
	qcom,panel-supply-entries = <&dsi_panel_split_link_pwr_supply>;
};

&dsi_rm67195_amoled_fhd_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply_labibb_amoled>;
};
+4 −0
Original line number Diff line number Diff line
@@ -202,3 +202,7 @@
		qcom,parallel-en-pin-polarity = <1>;
	};
};

&dsi_rm67195_amoled_fhd_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply_labibb_amoled>;
};
+7 −0
Original line number Diff line number Diff line
@@ -34,3 +34,10 @@
	qcom,msm-mbhc-hphl-swh = <0>;
	qcom,msm-mbhc-gnd-swh = <0>;
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_rm67195_amoled_fhd_cmd>;
	oledb-supply = <&pm660a_oledb>;
	lab-supply = <&lab_regulator>;
	ibb-supply = <&ibb_regulator>;
};
+7 −0
Original line number Diff line number Diff line
@@ -28,3 +28,10 @@
&tavil_snd {
	qcom,msm-mbhc-moist-cfg = <0>, <0>, <3>;
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_rm67195_amoled_fhd_cmd>;
	oledb-supply = <&pm660a_oledb>;
	lab-supply = <&lab_regulator>;
	ibb-supply = <&ibb_regulator>;
};
+4 −0
Original line number Diff line number Diff line
@@ -180,6 +180,10 @@
	qcom,panel-roi-alignment = <2 2 4 2 1080 2>;
};

&dsi_rm67195_amoled_fhd_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply_labibb_amoled>;
};

&mdss_dp_ctrl {
	pinctrl-names = "mdss_dp_active", "mdss_dp_sleep";
	pinctrl-0 = <&mdss_dp_aux_active &mdss_dp_usbplug_cc_active>;
Loading