Hanumant Singh | 14301b4 | 2014-01-16 11:58:29 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. |
Syed Rameez Mustafa | a94a1c0 | 2013-05-20 16:56:07 -0700 | [diff] [blame] | 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 | a94a1c0 | 2013-05-20 16:56:07 -0700 | [diff] [blame] | 13 | /include/ "msm8926.dtsi" |
Syed Rameez Mustafa | a94a1c0 | 2013-05-20 16:56:07 -0700 | [diff] [blame] | 14 | |
| 15 | / { |
Hanumant Singh | 14301b4 | 2014-01-16 11:58:29 -0800 | [diff] [blame] | 16 | qcom,msm-id = <200 0x20000>, |
| 17 | <224 0x20000>; |
Syed Rameez Mustafa | a94a1c0 | 2013-05-20 16:56:07 -0700 | [diff] [blame] | 18 | }; |
Jing Zhou | 173a87c | 2014-01-15 13:20:48 -0700 | [diff] [blame] | 19 | |
| 20 | &msm_gpu { |
| 21 | /* Updated chip ID */ |
| 22 | qcom,chipid = <0x03000512>; |
| 23 | |
| 24 | /* Bus Scale Settings */ |
| 25 | qcom,msm-bus,num-cases = <4>; |
| 26 | qcom,msm-bus,vectors-KBps = |
| 27 | <26 512 0 0>, <89 604 0 0>, |
| 28 | <26 512 0 1800000>, <89 604 0 3200000>, |
| 29 | <26 512 0 3600000>, <89 604 0 5120000>, |
| 30 | <26 512 0 4800000>, <89 604 0 6400000>; |
| 31 | |
| 32 | /* Power levels */ |
| 33 | qcom,gpu-pwrlevels { |
| 34 | #address-cells = <1>; |
| 35 | #size-cells = <0>; |
| 36 | |
| 37 | compatible = "qcom,gpu-pwrlevels"; |
| 38 | |
| 39 | qcom,gpu-pwrlevel@0 { |
| 40 | reg = <0>; |
| 41 | qcom,gpu-freq = <500000000>; |
| 42 | qcom,bus-freq = <3>; |
| 43 | qcom,io-fraction = <0>; |
| 44 | }; |
| 45 | |
| 46 | qcom,gpu-pwrlevel@1 { |
| 47 | reg = <1>; |
| 48 | qcom,gpu-freq = <320000000>; |
| 49 | qcom,bus-freq = <2>; |
| 50 | qcom,io-fraction = <33>; |
| 51 | }; |
| 52 | |
| 53 | qcom,gpu-pwrlevel@2 { |
| 54 | reg = <2>; |
| 55 | qcom,gpu-freq = <200000000>; |
| 56 | qcom,bus-freq = <1>; |
| 57 | qcom,io-fraction = <100>; |
| 58 | }; |
| 59 | |
| 60 | qcom,gpu-pwrlevel@3 { |
| 61 | reg = <3>; |
| 62 | qcom,gpu-freq = <19000000>; |
| 63 | qcom,bus-freq = <0>; |
| 64 | qcom,io-fraction = <0>; |
| 65 | }; |
| 66 | }; |
| 67 | }; |
Ke Liu | 83c0f4a | 2014-01-29 13:37:17 -0800 | [diff] [blame] | 68 | |
| 69 | &apc_vreg_corner { |
| 70 | /delete-property/ qcom,cpr-enable; |
| 71 | }; |