blob: de9173c7ddf8358d8207edd7d94c333500dfaa6b [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>;
21 };
22
23 mdss_dsi: qcom,mdss_dsi@fd922800 {
24 compatible = "qcom,msm-mdss-dsi";
25 reg = <0xfd922800 0x5ac>,
26 <0xfd8c2000 0x01000>;
27 };
28
29 qcom,mdss_wb_panel {
30 compatible = "qcom,mdss_wb";
31 qcom,mdss_pan_res = <640 480>;
32 qcom,mdss_pan_bpp = <24>;
33 };
34};