blob: 4fa5cd19a17cf580722c8d8b1f7eb0a03ea96d51 [file] [log] [blame]
Sachin Bhayare20435712018-01-15 09:57:00 -08001/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
2 *
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#include "dsi-panel-sim-video.dtsi"
14#include "dsi-panel-sim-dualmipi-video.dtsi"
15#include "dsi-panel-sim-cmd.dtsi"
16#include "dsi-panel-sim-dualmipi-cmd.dtsi"
17#include "dsi-panel-truly-1080p-video.dtsi"
18#include "dsi-panel-truly-1080p-cmd.dtsi"
19#include "dsi-adv7533-1080p.dtsi"
20#include "dsi-adv7533-720p.dtsi"
21#include "dsi-panel-r69006-1080p-video.dtsi"
22#include "dsi-panel-r69006-1080p-cmd.dtsi"
23#include "dsi-panel-truly-wuxga-video.dtsi"
24#include "dsi-panel-lt8912-480p-video.dtsi"
25#include "dsi-panel-lt8912-1080p-video.dtsi"
26
27&soc {
28 dsi_panel_pwr_supply: dsi_panel_pwr_supply {
29 #address-cells = <1>;
30 #size-cells = <0>;
31
32 qcom,panel-supply-entry@0 {
33 reg = <0>;
34 qcom,supply-name = "vdd";
35 qcom,supply-min-voltage = <2850000>;
36 qcom,supply-max-voltage = <2850000>;
37 qcom,supply-enable-load = <100000>;
38 qcom,supply-disable-load = <100>;
39 };
40
41 qcom,panel-supply-entry@1 {
42 reg = <1>;
43 qcom,supply-name = "vddio";
44 qcom,supply-min-voltage = <1800000>;
45 qcom,supply-max-voltage = <1800000>;
46 qcom,supply-enable-load = <100000>;
47 qcom,supply-disable-load = <100>;
48 };
49 };
50};
51
52&dsi_truly_1080_vid {
53 qcom,mdss-dsi-panel-timings-phy-v2 = [23 1e 08 09 05 03 04 a0
54 23 1e 08 09 05 03 04 a0
55 23 1e 08 09 05 03 04 a0
56 23 1e 08 09 05 03 04 a0
57 23 1a 08 09 05 03 04 a0];
58};
59
60&dsi_truly_1080_cmd {
61 qcom,mdss-dsi-panel-timings-phy-v2 = [23 1e 08 09 05 03 04 a0
62 23 1e 08 09 05 03 04 a0
63 23 1e 08 09 05 03 04 a0
64 23 1e 08 09 05 03 04 a0
65 23 1a 08 09 05 03 04 a0];
66};
67
68&dsi_r69006_1080p_video {
69 qcom,mdss-dsi-panel-timings-phy-v2 = [24 1f 08 09 05 03 04 a0
70 24 1f 08 09 05 03 04 a0
71 24 1f 08 09 05 03 04 a0
72 24 1f 08 09 05 03 04 a0
73 24 1b 08 09 05 03 04 a0];
74};
75
76&dsi_r69006_1080p_cmd{
77 qcom,mdss-dsi-panel-timings-phy-v2 = [24 1f 08 09 05 03 04 a0
78 24 1f 08 09 05 03 04 a0
79 24 1f 08 09 05 03 04 a0
80 24 1f 08 09 05 03 04 a0
81 24 1b 08 09 05 03 04 a0];
82};
83
84&dsi_adv7533_1080p {
85 qcom,mdss-dsi-panel-timings-phy-v2 = [24 1f 08 09 05 03 04 a0
86 24 1f 08 09 05 03 04 a0
87 24 1f 08 09 05 03 04 a0
88 24 1f 08 09 05 03 04 a0
89 24 1b 08 09 05 03 04 a0];
90};
91
92&dsi_adv7533_720p {
93 qcom,mdss-dsi-panel-timings-phy-v2 = [1e 1b 04 06 02 03 04 a0
94 1e 1b 04 06 02 03 04 a0
95 1e 1b 04 06 02 03 04 a0
96 1e 1b 04 06 02 03 04 a0
97 1e 0e 04 05 02 03 04 a0];
98};
99
100&dsi_truly_wuxga_vid {
101 qcom,mdss-dsi-panel-timings-phy-v2 = [24 1f 08 09 05 03 04 a0
102 24 1f 08 09 05 03 04 a0
103 24 1f 08 09 05 03 04 a0
104 24 1f 08 09 05 03 04 a0
105 24 1c 08 09 05 03 04 a0];
106};