blob: d0cec3a13271979b1f4c5e5a4fb53052f51a2dd3 [file] [log] [blame]
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -07001/* Copyright (c) 2012, Code Aurora Forum. 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";
Adrian Salido-Moreno45228942012-08-13 16:19:18 -070016 reg = <0xfd900000 0x22100>,
17 <0xfd924000 0x1000>;
18 reg-names = "mdp_phys", "vbif_phys";
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070019 interrupts = <0 72 0>;
20 vdd-supply = <&gdsc_mdss>;
Adrian Salido-Morenoee79b632012-09-25 17:04:18 -070021 qcom,memory-reservation-type = "EBI1"; /* reserve EBI memory */
22 qcom,memory-reservation-size = <0x800000>; /* size 8MB */
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070023 };
24
25 mdss_dsi: qcom,mdss_dsi@fd922800 {
26 compatible = "qcom,msm-mdss-dsi";
Chandan Uddaraju7632f672012-08-27 21:59:34 -070027 reg = <0xfd922800 0x600>,
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070028 <0xfd8c2000 0x01000>;
Chandan Uddaraju7632f672012-08-27 21:59:34 -070029 vdd-supply = <&pm8941_l22>;
30 vdd_io-supply = <&pm8941_l12>;
31 vreg-supply = <&pm8941_l2>;
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070032 };
33
Ujwal Patelf5380e12012-08-13 22:50:13 -070034 qcom,hdmi_tx@fd922100 {
35 cell-index = <0>;
36 compatible = "qcom,hdmi-tx";
37 reg = <0xfd922100 0x35C>,
38 <0xfd922500 0x7C>,
39 <0xfc4b8000 0x60F0>;
40 reg-names = "core_physical", "phy_physical", "qfprom_physical";
41
Ujwal Patel0f685f22012-12-12 12:52:18 -080042 hpd-gdsc-supply = <&gdsc_mdss>;
Ujwal Patelf5380e12012-08-13 22:50:13 -070043 hpd-5v-supply = <&pm8941_mvs2>;
44 core-vdda-supply = <&pm8941_l12>;
45 core-vcc-supply = <&pm8941_s3>;
Ujwal Patel0f685f22012-12-12 12:52:18 -080046 qcom,hdmi-tx-supply-names = "hpd-gdsc", "hpd-5v", "core-vdda", "core-vcc";
47 qcom,hdmi-tx-supply-type = <1 1 0 0>;
48 qcom,hdmi-tx-min-voltage-level = <0 0 1800000 1800000>;
49 qcom,hdmi-tx-max-voltage-level = <0 0 1800000 1800000>;
50 qcom,hdmi-tx-op-mode = <0 0 1800000 0>;
Ujwal Patelf5380e12012-08-13 22:50:13 -070051
Ujwal Pateleac7d2b2012-11-14 21:53:34 -080052 qcom,hdmi-tx-cec = <&msmgpio 31 0>;
53 qcom,hdmi-tx-ddc-clk = <&msmgpio 32 0>;
54 qcom,hdmi-tx-ddc-data = <&msmgpio 33 0>;
55 qcom,hdmi-tx-hpd = <&msmgpio 34 0>;
Kiran Kandi52650322012-12-11 15:49:39 -080056
57 qcom,msm-hdmi-audio-rx {
58 compatible = "qcom,msm-hdmi-audio-codec-rx";
59 };
Ujwal Patelf5380e12012-08-13 22:50:13 -070060 };
61
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070062 qcom,mdss_wb_panel {
63 compatible = "qcom,mdss_wb";
Adrian Salido-Moreno4af57eb2012-09-28 15:25:36 -070064 qcom,mdss_pan_res = <1920 1080>;
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070065 qcom,mdss_pan_bpp = <24>;
66 };
Asaf Penso4f186422012-10-18 11:25:15 +020067
68 mdss_edp: qcom,mdss_edp@fd923400 {
69 compatible = "qcom,mdss-edp";
70 reg = <0xfd923400 0x700>,
71 <0xfd8c2000 0x1000>;
72 reg-names = "edp_base", "mmss_cc_base";
73 vdda-supply = <&pm8941_l12>;
74 gpio-panel-en = <&msmgpio 58 0>;
Asaf Penso407e03a2012-10-25 15:03:21 +020075 gpio-panel-pwm = <&pm8941_gpios 36 0>;
76 qcom,panel-lpg-channel = <7>; /* LPG Channel 8 */
77 qcom,panel-pwm-period = <53>;
Asaf Penso4f186422012-10-18 11:25:15 +020078 status = "disable";
79 };
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070080};