| /* Copyright (c) 2013, The Linux Foundation. All rights reserved. |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 and |
| * only version 2 as published by the Free Software Foundation. |
| * |
| * This program is distributed in the hope that it will be useful, |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| * GNU General Public License for more details. |
| */ |
| |
| /* |
| * As a general rule, only version-specific property overrides should be placed |
| * inside this file. However, device definitions should be placed inside the |
| * msm8974.dtsi file. |
| */ |
| |
| /include/ "msm8974.dtsi" |
| /include/ "msm8974-v2-iommu.dtsi" |
| |
| / { |
| android_usb@fe8050c8 { |
| compatible = "qcom,android-usb"; |
| reg = <0xfe8050c8 0xc8>; |
| qcom,android-usb-swfi-latency = <1>; |
| }; |
| |
| qcom,msm-imem@fe805000 { |
| compatible = "qcom,msm-imem"; |
| reg = <0xfe805000 0x1000>; /* Address and size of IMEM */ |
| }; |
| }; |
| |
| /* GPU overrides */ |
| &msm_gpu { |
| /* Updated chip ID */ |
| qcom,chipid = <0x03030001>; |
| |
| /* Updated bus bandwidth requirements */ |
| qcom,msm-bus,vectors-KBps = |
| /* Off */ |
| <26 512 0 0>, <89 604 0 0>, |
| /* SVS */ |
| <26 512 0 2504000>, <89 604 0 2400000>, |
| /* Nominal */ |
| <26 512 0 5016000>, <89 604 0 5334880>, |
| /* Turbo */ |
| <26 512 0 7464000>, <89 604 0 6400000>; |
| }; |
| |
| &mdss_mdp { |
| qcom,vbif-settings = <0x0004 0x00000001>; |
| qcom,mdp-settings = <0x02E0 0x000000A9>, |
| <0x02E4 0x00000055>; |
| |
| qcom,mdss-wb-off = <0x00011100 0x00011500 |
| 0x00011900 0x00011D00 0x00012100>; |
| qcom,mdss-intf-off = <0x00012500 0x00012700 |
| 0x00012900 0x00012b00>; |
| }; |