Adrian Salido-Moreno | a80c69e | 2012-07-31 18:11:09 -0700 | [diff] [blame] | 1 | /* 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"; |
| 23 | reg = <0xfd922800 0x5ac>, |
| 24 | <0xfd8c2000 0x01000>; |
| 25 | }; |
| 26 | |
| 27 | qcom,mdss_wb_panel { |
| 28 | compatible = "qcom,mdss_wb"; |
| 29 | qcom,mdss_pan_res = <640 480>; |
| 30 | qcom,mdss_pan_bpp = <24>; |
| 31 | }; |
| 32 | }; |