Shalabh Jain | 51a0bf6 | 2013-05-28 17:32:15 -0700 | [diff] [blame] | 1 | /* Copyright (c) 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 | |
| 13 | &soc { |
| 14 | mdss_mdp: qcom,mdss_mdp@fd900000 { |
| 15 | compatible = "qcom,mdss_mdp"; |
| 16 | reg = <0xfd900000 0x22100>, |
| 17 | <0xfd924000 0x1000>; |
| 18 | reg-names = "mdp_phys", "vbif_phys"; |
| 19 | interrupts = <0 72 0>; |
Ujwal Patel | fcd48d6 | 2013-07-08 11:42:24 -0700 | [diff] [blame] | 20 | vdd-supply = <&gdsc_mdss>; |
Shalabh Jain | 51a0bf6 | 2013-05-28 17:32:15 -0700 | [diff] [blame] | 21 | |
Ujwal Patel | cbdc4bb | 2013-07-16 10:22:57 -0700 | [diff] [blame] | 22 | status = "disabled"; |
| 23 | |
Shalabh Jain | 51a0bf6 | 2013-05-28 17:32:15 -0700 | [diff] [blame] | 24 | qcom,max-clk-rate = <320000000>; |
| 25 | |
| 26 | qcom,mdss-pipe-vig-off = <0x00001200 0x00001600 |
| 27 | 0x00001A00 0x00001E00>; |
| 28 | qcom,mdss-pipe-rgb-off = <0x00002200 0x00002600 |
| 29 | 0x00002A00 0x00002E00>; |
| 30 | qcom,mdss-pipe-dma-off = <0x00003200 0x00003600>; |
| 31 | |
| 32 | qcom,mdss-pipe-vig-fetch-id = <1 4 7 19>; |
| 33 | qcom,mdss-pipe-rgb-fetch-id = <16 17 18 22>; |
| 34 | qcom,mdss-pipe-dma-fetch-id = <10 13>; |
| 35 | |
| 36 | qcom,mdss-smp-data = <44 8192>; |
| 37 | |
| 38 | qcom,mdss-ctl-off = <0x00000600 0x00000700 0x00000800 |
| 39 | 0x00000900 0x0000A00>; |
| 40 | qcom,mdss-mixer-intf-off = <0x00003A00 0x00003E00 |
| 41 | 0x00004200 0x00004E00>; |
| 42 | qcom,mdss-mixer-wb-off = <0x00004600 0x00004A00>; |
| 43 | qcom,mdss-dspp-off = <0x00005200 0x00005600 0x00005A00 |
| 44 | 0x00005E00>; |
| 45 | qcom,mdss-wb-off = <0x00011100 0x00011500 0x00011900 |
| 46 | 0x00011D00 0x00012100>; |
| 47 | qcom,mdss-intf-off = <0x00012500 0x00012700 |
| 48 | 0x00012900 0x00012b00>; |
| 49 | qcom,mdss-pingpong-off = <0x00012F00 0x00013000 0x00013100 |
| 50 | 0x00013200>; |
| 51 | qcom,mdss-ad-off = <0x0013500 0x00013700 0x00013900>; |
| 52 | |
| 53 | qcom,mdss-has-bwc; |
| 54 | qcom,mdss-has-decimation; |
| 55 | |
| 56 | mdss_fb0: qcom,mdss_fb_primary { |
| 57 | cell-index = <0>; |
| 58 | compatible = "qcom,mdss-fb"; |
| 59 | qcom,memory-reservation-type = "EBI1"; |
| 60 | qcom,memory-reservation-size = <0x1000000>; |
| 61 | }; |
| 62 | |
| 63 | mdss_fb1: qcom,mdss_fb_external { |
| 64 | cell-index = <1>; |
| 65 | compatible = "qcom,mdss-fb"; |
| 66 | }; |
| 67 | |
| 68 | mdss_fb2: qcom,mdss_fb_wfd { |
| 69 | cell-index = <2>; |
| 70 | compatible = "qcom,mdss-fb"; |
| 71 | }; |
| 72 | }; |
| 73 | |
| 74 | qcom,mdss_wb_panel { |
| 75 | compatible = "qcom,mdss_wb"; |
| 76 | qcom,mdss_pan_res = <1920 1080>; |
| 77 | qcom,mdss_pan_bpp = <24>; |
| 78 | qcom,mdss-fb-map = <&mdss_fb2>; |
| 79 | }; |
| 80 | }; |