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

Commit 448effe2 authored by Ray Zhang's avatar Ray Zhang
Browse files

ARM: dts: msm: enable ESD check for hx8394f in msm8937 sku2



Enable ESD check for hx8394f panel used in msm8937 sku2
because it is needed in ESD performance test.

Change-Id: Ib180a3060f5ec48ed89895b023d3ccffe5a7a512
Signed-off-by: default avatarRay Zhang <rayz@codeaurora.org>
parent 4e5413ee
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -104,5 +104,16 @@
		qcom,mdss-dsi-mdp-trigger = "none";
		qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
		qcom,mdss-dsi-reset-sequence = <1 20>, <0 2>, <1 20>;
		qcom,mdss-dsi-panel-status-command = [06 01 00 01 05 00 01 D9
			06 01 00 01 05 00 01 09
			06 01 00 01 05 00 01 45];
		qcom,mdss-dsi-panel-status-command-state = "dsi_lp_mode";
		qcom,mdss-dsi-panel-status-check-mode = "reg_read";
		qcom,mdss-dsi-panel-status-read-length = <4 4 3>;
		qcom,mdss-dsi-panel-status-valid-params = <1 3 2>;
		qcom,mdss-dsi-panel-status-value =
			<0x80 0x80 0x73 0x04 0x05 0x0f>,
			<0x80 0x80 0x73 0x04 0x05 0x1e>;
		qcom,mdss-dsi-panel-max-error-count = <3>;
	};
};
+2 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -125,5 +125,6 @@
};

&dsi_hx8394f_720p_video {
	qcom,esd-check-enabled;
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};