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

Commit 90300dcd 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: update DSI panel phy timings for SDM845" into msm-4.9

parents ee0f3999 690e6a0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ Required properties:
- qcom,mdss-dsi-panel-destination:	A string that specifies the destination display for the panel.
					"display_1" = DISPLAY_1
					"display_2" = DISPLAY_2
- qcom,mdss-dsi-panel-timings:		An array of length 12 that specifies the PHY
- qcom,mdss-dsi-panel-phy-timings:	An array of length 12 that specifies the PHY
					timing settings for the panel.
- qcom,mdss-dsi-panel-timings-8996:		An array of length 40 char that specifies the 8996 PHY lane
					timing settings for the panel.
+7 −7
Original line number Diff line number Diff line
@@ -303,43 +303,43 @@
};

&dsi_dual_nt35597_truly_video {
	qcom,mdss-dsi-panel-timings = [00 1c 07 07 23 21 07 07 05 03 04];
	qcom,mdss-dsi-panel-phy-timings = [00 1c 07 07 23 21 07 07 05 03 04 00];
	qcom,mdss-dsi-t-clk-post = <0x0D>;
	qcom,mdss-dsi-t-clk-pre = <0x2D>;
};

&dsi_dual_nt35597_truly_cmd {
	qcom,mdss-dsi-panel-timings = [00 1c 07 07 23 21 07 07 05 03 04];
	qcom,mdss-dsi-panel-phy-timings = [00 1c 07 07 23 21 07 07 05 03 04 00];
	qcom,mdss-dsi-t-clk-post = <0x0D>;
	qcom,mdss-dsi-t-clk-pre = <0x2D>;
};

&dsi_nt35597_truly_dsc_cmd {
	qcom,mdss-dsi-panel-timings = [00 15 05 05 20 1f 05 05 03 03 04];
	qcom,mdss-dsi-panel-phy-timings = [00 15 05 05 20 1f 05 05 03 03 04 00];
	qcom,mdss-dsi-t-clk-post = <0x0b>;
	qcom,mdss-dsi-t-clk-pre = <0x23>;
};

&dsi_nt35597_truly_dsc_video {
	qcom,mdss-dsi-panel-timings = [00 15 05 05 20 1f 05 05 03 03 04];
	qcom,mdss-dsi-panel-phy-timings = [00 15 05 05 20 1f 05 05 03 03 04 00];
	qcom,mdss-dsi-t-clk-post = <0x0b>;
	qcom,mdss-dsi-t-clk-pre = <0x23>;
};

&dsi_sharp_4k_dsc_video {
	qcom,mdss-dsi-panel-timings = [00 12 04 04 1e 1e 04 04 02 03 04];
	qcom,mdss-dsi-panel-phy-timings = [00 12 04 04 1e 1e 04 04 02 03 04 00];
	qcom,mdss-dsi-t-clk-post = <0x0a>;
	qcom,mdss-dsi-t-clk-pre = <0x1e>;
};

&dsi_sharp_4k_dsc_cmd {
	qcom,mdss-dsi-panel-timings = [00 12 04 04 1e 1e 04 04 02 03 04];
	qcom,mdss-dsi-panel-phy-timings = [00 12 04 04 1e 1e 04 04 02 03 04 00];
	qcom,mdss-dsi-t-clk-post = <0x0a>;
	qcom,mdss-dsi-t-clk-pre = <0x1e>;
};

&dsi_dual_sharp_1080_120hz_cmd {
	qcom,mdss-dsi-panel-timings = [00 24 09 09 26 24 09 09 06 03 04];
	qcom,mdss-dsi-panel-phy-timings = [00 24 09 09 26 24 09 09 06 03 04 00];
	qcom,mdss-dsi-t-clk-post = <0x0f>;
	qcom,mdss-dsi-t-clk-pre = <0x36>;
};