blob: 09f559d0d051ed15836e2eb9f179d3c03567c41c [file] [log] [blame]
Stepan Moskovchenko1b6dac62013-01-15 18:48:51 -08001/* 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/*
14 * As a general rule, only version-specific property overrides should be placed
15 * inside this file. However, device definitions should be placed inside the
16 * msm8974.dtsi file.
17 */
18
19/include/ "msm8974.dtsi"
Olav Haugan8e32a992013-01-31 11:42:28 -080020/include/ "msm8974-v2-iommu.dtsi"
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080021
22/ {
Manu Gautam8a7a8f12013-01-22 13:56:29 +053023 android_usb@fe8050c8 {
24 compatible = "qcom,android-usb";
25 reg = <0xfe8050c8 0xc8>;
26 qcom,android-usb-swfi-latency = <1>;
27 };
28
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080029 qcom,msm-imem@fe805000 {
30 compatible = "qcom,msm-imem";
31 reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
32 };
33};
Jordan Crousec13e9e92013-01-29 10:13:36 -070034
35/* GPU overrides */
36&msm_gpu {
37 /* Updated chip ID */
38 qcom,chipid = <0x03030001>;
39
40 /* Updated bus bandwidth requirements */
41 qcom,msm-bus,vectors-KBps =
42 /* Off */
43 <26 512 0 0>, <89 604 0 0>,
44 /* SVS */
45 <26 512 0 2504000>, <89 604 0 2400000>,
46 /* Nominal */
47 <26 512 0 5016000>, <89 604 0 5334880>,
48 /* Turbo */
49 <26 512 0 7464000>, <89 604 0 6400000>;
50};
Adrian Salido-Moreno42559bc2013-02-07 14:34:45 -080051
52&mdss_mdp {
53 qcom,vbif-settings = <0x0004 0x00000001>;
54 qcom,mdp-settings = <0x02E0 0x000000A9>,
55 <0x02E4 0x00000055>;
56
57 qcom,mdss-wb-off = <0x00011100 0x00011500
58 0x00011900 0x00011D00 0x00012100>;
59 qcom,mdss-intf-off = <0x00012500 0x00012700
60 0x00012900 0x00012b00>;
61};