blob: a484372a296b7077ed069b6f9620693d1315c08b [file] [log] [blame]
Duy Truonge833aca2013-02-12 13:35:08 -08001/* Copyright (c) 2012, The Linux Foundation. All rights reserved.
Chandan Uddarajude63dec2012-05-29 18:55:10 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13&mdss_dsi {
14
15 qcom,mdss_dsi_sim_video {
16 compatible = "qcom,mdss-dsi-panel";
17 label = "simulator video mode dsi panel";
18 status = "disable";
19 qcom,mdss-pan-res = <640 480>;
20 qcom,mdss-pan-bpp = <24>;
21 qcom,mdss-pan-porch-values = <6 2 6 6 2 6>;
22 qcom,mdss-pan-underflow-clr = <0xff>;
23 qcom,mdss-pan-bl-levels = <1 15>;
24 qcom,mdss-pan-dsi-mode = <0>;
25 qcom,mdss-pan-dsi-h-pulse-mode = <1>;
26 qcom,mdss-pan-dsi-h-power-stop = <1 1 1>;
27 qcom,mdss-pan-dsi-bllp-power-stop = <1 1>;
28 qcom,mdss-pan-dsi-traffic-mode = <0>;
29 qcom,mdss-pan-dsi-dst-format = <3>;
30 qcom,mdss-pan-dsi-vc = <0>;
31 qcom,mdss-pan-dsi-rgb-swap = <0>;
32 qcom,mdss-pan-dsi-data-lanes = <1 1 0 0>;
33 qcom,mdss-pan-dsi-t-clk = <0x24 0x03>;
34 qcom,mdss-pan-dsi-stream = <0>;
35 qcom,mdss-pan-dsi-mdp-tr = <0x04>;
36 qcom,mdss-pan-dsi-dma-tr = <0x04>;
37 qcom,mdss-pan-frame-rate = <60>;
38 qcom,panel-on-cmds = [32 01 00 00 00 02 00 00];
39 qcom,panel-off-cmds = [22 01 00 00 00 02 00 00];
40 };
41};