blob: 7c36bcff6d061b5046dbc8ba3976834ecbd3ac48 [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";
16 reg = <0xfd900000 0x22100>;
17 interrupts = <0 72 0>;
18 vdd-supply = <&gdsc_mdss>;
19 };
20
21 mdss_dsi: qcom,mdss_dsi@fd922800 {
22 compatible = "qcom,msm-mdss-dsi";
Chandan Uddaraju3bbd4f72012-08-27 21:59:34 -070023 reg = <0xfd922800 0x600>,
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070024 <0xfd8c2000 0x01000>;
Chandan Uddaraju3bbd4f72012-08-27 21:59:34 -070025 vdd-supply = <&pm8941_l22>;
26 vdd_io-supply = <&pm8941_l12>;
27 vreg-supply = <&pm8941_l2>;
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070028 };
29
30 qcom,mdss_wb_panel {
31 compatible = "qcom,mdss_wb";
32 qcom,mdss_pan_res = <640 480>;
33 qcom,mdss_pan_bpp = <24>;
34 };
35};