blob: f37a42b1ae34dcc650ff3f985ca73babb9b09979 [file] [log] [blame]
Xiaoming Zhou5f37a252013-04-09 21:11:50 -04001/* Copyright (c) 2012-2013, 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
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070013&soc {
Dhaval Patel0f595bd2013-08-30 17:05:53 -070014 mdss_mdp: qcom,mdss_mdp@fd900000 {
Xiaoming Zhou5f37a252013-04-09 21:11:50 -040015 compatible = "qcom,mdss_mdp3";
16 reg = <0xfd900000 0x100000>;
17 reg-names = "mdp_phys";
18 interrupts = <0 72 0>;
19
20 mdss_fb0: qcom,mdss_fb_primary {
21 cell-index = <0>;
22 compatible = "qcom,mdss-fb";
Xiaoming Zhou5f37a252013-04-09 21:11:50 -040023 };
24 };
25
26 mdss_dsi0: qcom,mdss_dsi@fdd00000 {
27 compatible = "qcom,msm-dsi-v2";
28 label = "MDSS DSI CTRL->0";
29 cell-index = <0>;
30 reg = <0xfdd00000 0x100000>;
31 interrupts = <0 30 0>;
Dhaval Patel0f595bd2013-08-30 17:05:53 -070032 vdd-supply = <&pm8110_l4>;
33 vdda-supply = <&pm8110_l19>;
34 vddio-supply = <&pm8110_l14>;
Xiaoming Zhou5f37a252013-04-09 21:11:50 -040035 qcom,mdss-fb-map = <&mdss_fb0>;
Dhaval Patel0f595bd2013-08-30 17:05:53 -070036 qcom,mdss-mdp = <&mdss_mdp>;
37 qcom,platform-reset-gpio = <&msmgpio 41 0>;
38 qcom,platform-te-gpio = <&msmgpio 12 0>;
39 qcom,platform-mode-gpio = <&msmgpio 7 0>;
40
41 qcom,platform-reset-sequence = <1 20 0 2 1 20 2>;
42
43 qcom,platform-strength-ctrl = [ff 06];
44 qcom,platform-bist-ctrl = [03 03 00 00 0f 00];
45 qcom,platform-regulator-settings = [02 08 05 00 20 03];
46 qcom,platform-lane-config = [80 45 00 00 01 66
47 80 45 00 00 01 66
48 80 45 00 00 01 66
49 80 45 00 00 01 66
50 40 67 00 00 01 88];
51
52 qcom,platform-supply-entry1 {
53 qcom,supply-name = "vdd";
54 qcom,supply-min-voltage = <1200000>;
55 qcom,supply-max-voltage = <1200000>;
56 qcom,supply-enable-load = <100000>;
57 qcom,supply-disable-load = <100>;
58 qcom,supply-pre-on-sleep = <0>;
59 qcom,supply-post-on-sleep = <20>;
60 qcom,supply-pre-off-sleep = <0>;
61 qcom,supply-post-off-sleep = <20>;
62 };
63
64 qcom,platform-supply-entry2 {
65 qcom,supply-name = "vddio";
66 qcom,supply-min-voltage = <1800000>;
67 qcom,supply-max-voltage = <1800000>;
68 qcom,supply-enable-load = <100000>;
69 qcom,supply-disable-load = <100>;
70 qcom,supply-pre-on-sleep = <0>;
71 qcom,supply-post-on-sleep = <0>;
72 qcom,supply-pre-off-sleep = <0>;
73 qcom,supply-post-off-sleep = <0>;
74 };
75
76 qcom,platform-supply-entry3 {
77 qcom,supply-name = "vdda";
78 qcom,supply-min-voltage = <2850000>;
79 qcom,supply-max-voltage = <2850000>;
80 qcom,supply-enable-load = <100000>;
81 qcom,supply-disable-load = <100>;
82 qcom,supply-pre-on-sleep = <0>;
83 qcom,supply-post-on-sleep = <0>;
84 qcom,supply-pre-off-sleep = <0>;
85 qcom,supply-post-off-sleep = <0>;
86 };
Xiaoming Zhou5f37a252013-04-09 21:11:50 -040087 };
88};
Dhaval Patel0f595bd2013-08-30 17:05:53 -070089
90/include/ "msm8610-mdss-panels.dtsi"