diff options
| author | Odelu Kukatla <okukatla@codeaurora.org> | 2017-02-20 16:24:38 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-06 02:37:33 -0700 |
| commit | f45cbd86e8d2884c1cff43fc0fcb1fcbf55ecdcc (patch) | |
| tree | bbac1ffa7af026a31d4bcb7b1bd4c1e623bff399 | |
| parent | 9a0d24cf9f0e1d4cad7cf92f7e50939fb605e075 (diff) | |
ARM: dts: msm: Update early boot frequency for MSM8996pro
Power and perf clusters early boot up frequencies require to be
updated to maximum frequnecy of NOM voltage corner to improve
the boot up time, so update the same.
Change-Id: Iee8bf08aa5bb9dbbe107d811679414b47d17d30e
Signed-off-by: Odelu Kukatla <okukatla@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi b/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi index 4d35a6ef5672..c6e687027ffc 100644 --- a/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi @@ -1,4 +1,4 @@ -/* Copyright (c) 2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -216,6 +216,10 @@ }; &clock_cpu { + compatible = "qcom,cpu-clock-8996-auto"; + qcom,pwrcl-early-boot-freq = < 1286400000 >; + qcom,perfcl-early-boot-freq = < 1363200000 >; + qcom,pwrcl-speedbin0-v0 = < 0 0 >, < 768000000 7 >, |
