blob: ca987063063864590cb58316db26f7a2cc6e3e85 [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
42 hpd-5v-supply = <&pm8941_mvs2>;
43 core-vdda-supply = <&pm8941_l12>;
44 core-vcc-supply = <&pm8941_s3>;
45 qcom,hdmi-tx-supply-names = "hpd-5v", "core-vdda", "core-vcc";
Ujwal Patel1204f4d2012-09-06 14:28:24 -070046 qcom,hdmi-tx-supply-type = <1 0 0>;
Ujwal Patelf5380e12012-08-13 22:50:13 -070047 qcom,hdmi-tx-min-voltage-level = <0 1800000 1800000>;
48 qcom,hdmi-tx-max-voltage-level = <0 1800000 1800000>;
49 qcom,hdmi-tx-op-mode = <0 1800000 0>;
50
51 gpios = <&msmgpio 31 0>,
52 <&msmgpio 32 0>,
53 <&msmgpio 33 0>,
54 <&msmgpio 34 0>;
55 qcom,hdmi-tx-gpio-names = "cec-pin", "hpd-ddc-clk", "hpd-ddc-data", "hpd-pin";
56 };
57
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070058 qcom,mdss_wb_panel {
59 compatible = "qcom,mdss_wb";
Adrian Salido-Moreno4af57eb2012-09-28 15:25:36 -070060 qcom,mdss_pan_res = <1920 1080>;
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070061 qcom,mdss_pan_bpp = <24>;
62 };
63};