blob: 2ff74d7abb7c2bfa659619c5ec019fe7a1f7cc41 [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"
Shalaj Jain300e5ce2013-02-09 16:15:56 -080021/include/ "msm8974-v2-iommu-domains.dtsi"
Mahesh Sivasubramanian84c31c92013-03-06 18:19:49 -070022/include/ "msm8974-v2-pm.dtsi"
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080023
24/ {
Manu Gautam8a7a8f12013-01-22 13:56:29 +053025 android_usb@fe8050c8 {
26 compatible = "qcom,android-usb";
27 reg = <0xfe8050c8 0xc8>;
28 qcom,android-usb-swfi-latency = <1>;
29 };
30
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080031 qcom,msm-imem@fe805000 {
32 compatible = "qcom,msm-imem";
33 reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
34 };
35};
Jordan Crousec13e9e92013-01-29 10:13:36 -070036
37/* GPU overrides */
38&msm_gpu {
39 /* Updated chip ID */
40 qcom,chipid = <0x03030001>;
41
42 /* Updated bus bandwidth requirements */
43 qcom,msm-bus,vectors-KBps =
44 /* Off */
45 <26 512 0 0>, <89 604 0 0>,
46 /* SVS */
Lucille Sylvester395e6ce2013-01-18 17:09:02 -070047 <26 512 0 2400000>, <89 604 0 3000000>,
48 /* Nominal / SVS */
49 <26 512 0 4656000>, <89 604 0 3000000>,
Jordan Crousec13e9e92013-01-29 10:13:36 -070050 /* Nominal */
Lucille Sylvester395e6ce2013-01-18 17:09:02 -070051 <26 512 0 4656000>, <89 604 0 5334880>,
52 /* Turbo / Nominal */
53 <26 512 0 7464000>, <89 604 0 5334880>,
Jordan Crousec13e9e92013-01-29 10:13:36 -070054 /* Turbo */
55 <26 512 0 7464000>, <89 604 0 6400000>;
56};
Adrian Salido-Moreno42559bc2013-02-07 14:34:45 -080057
58&mdss_mdp {
59 qcom,vbif-settings = <0x0004 0x00000001>;
60 qcom,mdp-settings = <0x02E0 0x000000A9>,
61 <0x02E4 0x00000055>;
62
63 qcom,mdss-wb-off = <0x00011100 0x00011500
64 0x00011900 0x00011D00 0x00012100>;
65 qcom,mdss-intf-off = <0x00012500 0x00012700
66 0x00012900 0x00012b00>;
67};
Vinay Kaliab35a0182013-02-16 16:44:34 -080068
69&msm_vidc {
70 qcom,vidc-ns-map = <0x40000000 0x40000000>;
71 qcom,load-freq-tbl = <979200 465000000>,
72 <783360 465000000>,
73 <489600 266670000>,
74 <244800 133330000>;
75 qcom,reg-presets = <0x80070 0x11FFF>,
76 <0x80074 0xA4>,
77 <0x800A8 0x1FFF>,
78 <0x80124 0x3>,
79 <0xE0020 0x5555556>,
80 <0xE0024 0x0>;
81 qcom,bus-ports = <1>;
82 qcom,enc-ocmem-ab-ib = <0 0>,
83 <138000 1034000>,
84 <414000 1034000>,
85 <940000 1034000>,
86 <1880000 2068000>,
87 <3008000 3309000>,
88 <3760000 4136000>,
89 <4468000 2457000>;
90 qcom,dec-ocmem-ab-ib = <0 0>,
91 <176000 519000>,
92 <456000 519000>,
93 <864000 519000>,
94 <1728000 1038000>,
95 <2766000 1661000>,
96 <3456000 2076000>,
97 <3662000 2198000>;
98 qcom,enc-ddr-ab-ib = <0 0>,
99 <60000 302000>,
100 <182000 302000>,
101 <402000 302000>,
102 <804000 604000>,
103 <1288000 967000>,
104 <2340000 1404000>,
105 <24940000 1496000>;
106 qcom,dec-ddr-ab-ib = <0 0>,
107 <104000 303000>,
108 <268000 303000>,
109 <506000 303000>,
110 <1012000 606000>,
111 <1620000 970000>,
112 <2024000 1212000>,
113 <2132000 1279000>;
114};
Abhijeet Dharmapurikar46a7ad32013-02-23 12:50:19 -0800115
116&krait_pdn {
117 qcom,use-phase-switching;
118};