blob: d0fc1dca859aafe3f170769da9a0c1f80ee47e0d [file] [log] [blame]
Xiaoming Zhou5f37a252013-04-09 21:11:50 -04001/* Copyright (c) 2012-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
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070013&soc {
Xiaoming Zhou5f37a252013-04-09 21:11:50 -040014 qcom,mdss_mdp@fd900000 {
15 compatible = "qcom,mdss_mdp3";
16 reg = <0xfd900000 0x100000>;
17 reg-names = "mdp_phys";
18 interrupts = <0 72 0>;
19
20 mdss_fb0: qcom,mdss_fb_primary {
21 cell-index = <0>;
22 compatible = "qcom,mdss-fb";
Xiaoming Zhou5f37a252013-04-09 21:11:50 -040023 };
24 };
25
26 mdss_dsi0: qcom,mdss_dsi@fdd00000 {
27 compatible = "qcom,msm-dsi-v2";
28 label = "MDSS DSI CTRL->0";
29 cell-index = <0>;
30 reg = <0xfdd00000 0x100000>;
31 interrupts = <0 30 0>;
32 vdda-supply = <&pm8110_l4>;
33 qcom,mdss-fb-map = <&mdss_fb0>;
34 };
35};