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" |
Suresh Vankadara | a0f53a1 | 2013-06-12 05:47:09 +0530 | [diff] [blame] | 20 | /include/ "msm8226-camera.dtsi" |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 21 | |
| 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 Daly | 10acc8c | 2013-06-05 16:44:19 -0700 | [diff] [blame] | 53 | |
Jordan Crouse | 680979f | 2013-06-20 08:29:23 -0600 | [diff] [blame^] | 54 | &msm_gpu { |
| 55 | /* Updated chip ID */ |
| 56 | qcom,chipid = <0x03000512>; |
| 57 | }; |
| 58 | |
Patrick Daly | 10acc8c | 2013-06-05 16:44:19 -0700 | [diff] [blame] | 59 | &soc { |
| 60 | qcom,acpuclk@f9011050 { |
| 61 | reg = <0xf9011050 0x8>, |
| 62 | <0xfc4b80b0 0x8>; |
| 63 | reg-names = "rcg_base", "pte_efuse"; |
| 64 | }; |
| 65 | }; |