Xiaoming Zhou | 5f37a25 | 2013-04-09 21:11:50 -0400 | [diff] [blame] | 1 | /* 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 Moskovchenko | 7d8cdcaa | 2013-04-25 17:10:55 -0700 | [diff] [blame] | 13 | &soc { |
Xiaoming Zhou | 5f37a25 | 2013-04-09 21:11:50 -0400 | [diff] [blame] | 14 | 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 Zhou | 5f37a25 | 2013-04-09 21:11:50 -0400 | [diff] [blame] | 23 | }; |
| 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 | }; |