blob: 21ed66af374b1533db2be21294d4e8f393001ecf [file] [log] [blame]
Sree Sesha Aravind Vadrevu82a171d2013-02-26 20:17:01 -08001/* Copyright (c) 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
13/ {
14 qcom,mdss_mdp@fd900000 {
15 compatible = "qcom,mdss_mdp";
16 reg = <0xfd900000 0x22100>,
17 <0xfd924000 0x1000>;
18 reg-names = "mdp_phys", "vbif_phys";
19 interrupts = <0 72 0>;
20 vdd-supply = <&gdsc_mdss>;
21
22 qcom,mdss-pipe-vig-off = <0x00001200>;
23 qcom,mdss-pipe-rgb-off = <0x00001E00>;
24 qcom,mdss-pipe-dma-off = <0x00002A00>;
25 qcom,mdss-pipe-vig-fetch-id = <1>;
26 qcom,mdss-pipe-rgb-fetch-id = <7>;
27 qcom,mdss-pipe-dma-fetch-id = <4>;
28 qcom,mdss-smp-data = <7 4096>;
29
30 qcom,mdss-ctl-off = <0x00000600 0x00000700>;
31 qcom,mdss-mixer-intf-off = <0x00003200>;
32 qcom,mdss-mixer-wb-off = <0x00003E00>;
33 qcom,mdss-dspp-off = <0x00004600>;
34 qcom,mdss-wb-off = <0x00011100 0x00013100>;
35 qcom,mdss-intf-off = <0x00000000 0x00021300>;
36
37 qcom,vbif-settings = <0x004 0x00000001>,
38 <0x0D8 0x00000707>,
39 <0x124 0x00000003>;
40 qcom,mdp-settings = <0x02E0 0x000000A9>,
41 <0x02E4 0x00000055>;
42
43 mdss_fb0: qcom,mdss_fb_primary {
44 cell-index = <0>;
45 compatible = "qcom,mdss-fb";
46 qcom,memory-reservation-type = "EBI1";
47 qcom,memory-reservation-size = <0x800000>;
48 };
49
50 mdss_fb1: qcom,mdss_fb_wfd {
51 cell-index = <1>;
52 compatible = "qcom,mdss-fb";
53 };
54 };
55
Ray Zhang764496b2013-02-27 09:11:06 +080056 mdss_dsi0: qcom,mdss_dsi@fd922800 {
57 compatible = "qcom,mdss-dsi-ctrl";
58 label = "MDSS DSI CTRL->0";
59 cell-index = <0>;
60 reg = <0xfd922800 0x600>;
61 vdd-supply = <&pm8226_l15>;
Aravind Venkateswaranad374332013-03-12 15:19:17 -070062 vddio-supply = <&pm8226_l8>;
63 vdda-supply = <&pm8226_l4>;
64 qcom,supply-names = "vdd", "vddio", "vdda";
65 qcom,supply-type = "regulator", "regulator", "regulator";
66 qcom,supply-min-voltage-level = <2800000 1800000 1200000>;
67 qcom,supply-max-voltage-level = <2800000 1800000 1200000>;
68 qcom,supply-peak-current = <150000 100000 100000>;
Ray Zhang764496b2013-02-27 09:11:06 +080069 qcom,mdss-fb-map = <&mdss_fb0>;
70 };
71
Sree Sesha Aravind Vadrevu82a171d2013-02-26 20:17:01 -080072 qcom,mdss_wb_panel {
73 compatible = "qcom,mdss_wb";
74 qcom,mdss_pan_res = <1280 720>;
75 qcom,mdss_pan_bpp = <24>;
76 qcom,mdss-fb-map = <&mdss_fb1>;
77 };
78};