blob: 2148e1d25bbbd1704a784cdaa166e027c2e334f2 [file] [log] [blame]
Hanumant Singh2278ab32013-02-21 15:32:17 -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
Syed Rameez Mustafa41919ae2013-05-28 12:28:28 -070013/*
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 * msm8226.dtsi file.
17 */
Hanumant Singh2278ab32013-02-21 15:32:17 -080018
Syed Rameez Mustafa41919ae2013-05-28 12:28:28 -070019/include/ "msm8226.dtsi"
Suresh Vankadaraa0f53a12013-06-12 05:47:09 +053020/include/ "msm8226-camera.dtsi"
David Collins6dbe7532013-05-31 16:08:18 -070021
22&pm8226_l3 {
23 regulator-min-microvolt = <750000>;
24 regulator-max-microvolt = <1287500>;
25};
26
27&pm8226_l3_ao {
28 regulator-min-microvolt = <750000>;
29 regulator-max-microvolt = <1287500>;
30};
31
32&pm8226_l3_so {
33 regulator-min-microvolt = <750000>;
34 regulator-max-microvolt = <1287500>;
35};
36
37&pm8226_s2 {
38 regulator-min-microvolt = <900000>;
39 regulator-max-microvolt = <1280000>;
40};
41
42&apc_vreg_corner {
43 qcom,pvs-bin-process = <1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2
44 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3>;
45 qcom,pvs-corner-ceiling-slow = <1160000 1160000 1280000>;
46 qcom,pvs-corner-ceiling-nom = <980000 1080000 1200000>;
47 qcom,pvs-corner-ceiling-fast = <900000 1000000 1140000>;
48 qcom,cpr-step-quotient = <30>;
49 qcom,cpr-up-threshold = <0>;
50 qcom,cpr-down-threshold = <5>;
51 qcom,cpr-apc-volt-step = <10000>;
52};
Patrick Daly10acc8c2013-06-05 16:44:19 -070053
Jordan Crouse680979f2013-06-20 08:29:23 -060054&msm_gpu {
55 /* Updated chip ID */
56 qcom,chipid = <0x03000512>;
57};
58
Patrick Daly10acc8c2013-06-05 16:44:19 -070059&soc {
60 qcom,acpuclk@f9011050 {
61 reg = <0xf9011050 0x8>,
62 <0xfc4b80b0 0x8>;
63 reg-names = "rcg_base", "pte_efuse";
64 };
65};