Hanumant Singh | 2278ab3 | 2013-02-21 15:32:17 -0800 | [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 | |
Syed Rameez Mustafa | 41919ae | 2013-05-28 12:28:28 -0700 | [diff] [blame] | 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 | * msm8226.dtsi file. |
| 17 | */ |
Hanumant Singh | 2278ab3 | 2013-02-21 15:32:17 -0800 | [diff] [blame] | 18 | |
Syed Rameez Mustafa | 41919ae | 2013-05-28 12:28:28 -0700 | [diff] [blame] | 19 | /include/ "msm8226.dtsi" |
Priyanka Mathur | 98c073b | 2013-08-02 11:36:45 -0700 | [diff] [blame] | 20 | /include/ "msm8226-v2-pm.dtsi" |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 21 | |
Stepan Moskovchenko | 381cc7b | 2013-08-09 13:41:09 -0700 | [diff] [blame] | 22 | / { |
| 23 | qcom,msm-id = <145 0x20000>, |
| 24 | <158 0x20000>, |
| 25 | <159 0x20000>, |
| 26 | <198 0x20000>, |
Syed Rameez Mustafa | 7e2d725 | 2013-08-28 19:52:13 -0700 | [diff] [blame] | 27 | <205 0x20000>, |
| 28 | <220 0x20000>, |
| 29 | <221 0x20000>, |
| 30 | <222 0x20000>, |
| 31 | <223 0x20000>; |
Stepan Moskovchenko | 381cc7b | 2013-08-09 13:41:09 -0700 | [diff] [blame] | 32 | }; |
| 33 | |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 34 | &pm8226_l3 { |
| 35 | regulator-min-microvolt = <750000>; |
| 36 | regulator-max-microvolt = <1287500>; |
| 37 | }; |
| 38 | |
| 39 | &pm8226_l3_ao { |
| 40 | regulator-min-microvolt = <750000>; |
| 41 | regulator-max-microvolt = <1287500>; |
| 42 | }; |
| 43 | |
| 44 | &pm8226_l3_so { |
| 45 | regulator-min-microvolt = <750000>; |
| 46 | regulator-max-microvolt = <1287500>; |
| 47 | }; |
| 48 | |
| 49 | &pm8226_s2 { |
| 50 | regulator-min-microvolt = <900000>; |
| 51 | regulator-max-microvolt = <1280000>; |
| 52 | }; |
| 53 | |
| 54 | &apc_vreg_corner { |
| 55 | qcom,pvs-bin-process = <1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 |
| 56 | 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3>; |
Willie Ruan | 149cfac | 2013-07-15 11:24:55 -0700 | [diff] [blame] | 57 | qcom,pvs-corner-ceiling-slow = <1050000 1160000 1280000>; |
Willie Ruan | 712956f | 2013-07-10 09:58:29 -0700 | [diff] [blame] | 58 | qcom,pvs-corner-ceiling-nom = <1050000 1080000 1200000>; |
| 59 | qcom,pvs-corner-ceiling-fast = <1050000 1050000 1140000>; |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 60 | qcom,cpr-step-quotient = <30>; |
| 61 | qcom,cpr-up-threshold = <0>; |
| 62 | qcom,cpr-down-threshold = <5>; |
| 63 | qcom,cpr-apc-volt-step = <10000>; |
| 64 | }; |
Patrick Daly | 10acc8c | 2013-06-05 16:44:19 -0700 | [diff] [blame] | 65 | |
Jordan Crouse | 680979f | 2013-06-20 08:29:23 -0600 | [diff] [blame] | 66 | &msm_gpu { |
| 67 | /* Updated chip ID */ |
| 68 | qcom,chipid = <0x03000512>; |
| 69 | }; |
| 70 | |
Patrick Daly | 10acc8c | 2013-06-05 16:44:19 -0700 | [diff] [blame] | 71 | &soc { |
| 72 | qcom,acpuclk@f9011050 { |
| 73 | reg = <0xf9011050 0x8>, |
| 74 | <0xfc4b80b0 0x8>; |
| 75 | reg-names = "rcg_base", "pte_efuse"; |
| 76 | }; |
| 77 | }; |
Siddartha Mohanadoss | 76b7395 | 2013-07-02 16:47:11 -0700 | [diff] [blame] | 78 | |
| 79 | &tsens { |
| 80 | qcom,sensors = <6>; |
| 81 | qcom,slope = <2901 2846 3038 2955 2901 2846>; |
| 82 | }; |