blob: ef8cb700b4e7ecde98dbf26a5bbfc17efcda87ba [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
Adrian Salido-Moreno2a228652012-10-01 11:17:33 -070022 qcom,max-clk-rate = <200000000>;
Sree Sesha Aravind Vadrevu82a171d2013-02-26 20:17:01 -080023 qcom,mdss-pipe-vig-off = <0x00001200>;
24 qcom,mdss-pipe-rgb-off = <0x00001E00>;
25 qcom,mdss-pipe-dma-off = <0x00002A00>;
26 qcom,mdss-pipe-vig-fetch-id = <1>;
27 qcom,mdss-pipe-rgb-fetch-id = <7>;
28 qcom,mdss-pipe-dma-fetch-id = <4>;
29 qcom,mdss-smp-data = <7 4096>;
30
31 qcom,mdss-ctl-off = <0x00000600 0x00000700>;
32 qcom,mdss-mixer-intf-off = <0x00003200>;
33 qcom,mdss-mixer-wb-off = <0x00003E00>;
34 qcom,mdss-dspp-off = <0x00004600>;
35 qcom,mdss-wb-off = <0x00011100 0x00013100>;
36 qcom,mdss-intf-off = <0x00000000 0x00021300>;
37
38 qcom,vbif-settings = <0x004 0x00000001>,
39 <0x0D8 0x00000707>,
40 <0x124 0x00000003>;
41 qcom,mdp-settings = <0x02E0 0x000000A9>,
42 <0x02E4 0x00000055>;
43
44 mdss_fb0: qcom,mdss_fb_primary {
45 cell-index = <0>;
46 compatible = "qcom,mdss-fb";
47 qcom,memory-reservation-type = "EBI1";
48 qcom,memory-reservation-size = <0x800000>;
49 };
50
51 mdss_fb1: qcom,mdss_fb_wfd {
52 cell-index = <1>;
53 compatible = "qcom,mdss-fb";
54 };
55 };
56
Ray Zhang764496b2013-02-27 09:11:06 +080057 mdss_dsi0: qcom,mdss_dsi@fd922800 {
58 compatible = "qcom,mdss-dsi-ctrl";
59 label = "MDSS DSI CTRL->0";
60 cell-index = <0>;
61 reg = <0xfd922800 0x600>;
62 vdd-supply = <&pm8226_l15>;
Aravind Venkateswaranad374332013-03-12 15:19:17 -070063 vddio-supply = <&pm8226_l8>;
64 vdda-supply = <&pm8226_l4>;
65 qcom,supply-names = "vdd", "vddio", "vdda";
66 qcom,supply-type = "regulator", "regulator", "regulator";
67 qcom,supply-min-voltage-level = <2800000 1800000 1200000>;
68 qcom,supply-max-voltage-level = <2800000 1800000 1200000>;
69 qcom,supply-peak-current = <150000 100000 100000>;
Ray Zhang764496b2013-02-27 09:11:06 +080070 qcom,mdss-fb-map = <&mdss_fb0>;
71 };
72
Sree Sesha Aravind Vadrevu82a171d2013-02-26 20:17:01 -080073 qcom,mdss_wb_panel {
74 compatible = "qcom,mdss_wb";
75 qcom,mdss_pan_res = <1280 720>;
76 qcom,mdss_pan_bpp = <24>;
77 qcom,mdss-fb-map = <&mdss_fb1>;
78 };
79};