Created
March 23, 2015 19:52
-
-
Save invisiblek/6b095f1dde5f3de18def to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm/boot/dts/msm8226-bus.dtsi b/arch/arm/boot/dts/msm8226-bus.dtsi | |
index 74b4a30..8abe795 100644 | |
--- a/arch/arm/boot/dts/msm8226-bus.dtsi | |
+++ b/arch/arm/boot/dts/msm8226-bus.dtsi | |
@@ -1,4 +1,4 @@ | |
-/* Copyright (c) 2013, The Linux Foundation. All rights reserved. | |
+/* Copyright (c) 2013-2014, 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 | |
@@ -22,6 +22,7 @@ | |
qcom,qos-freq = <4800>; | |
qcom,hw-sel = "NoC"; | |
qcom,rpm-en; | |
+ qcom,nfab = <6>; | |
mas-gfx3d { | |
cell-id = <26>; | |
@@ -261,6 +262,7 @@ | |
qcom,qos-freq = <4800>; | |
qcom,hw-sel = "NoC"; | |
qcom,rpm-en; | |
+ qcom,nfab = <6>; | |
mas-lpass-ahb { | |
cell-id = <52>; | |
@@ -473,6 +475,7 @@ | |
qcom,ntieredslaves = <0>; | |
qcom,hw-sel = "NoC"; | |
qcom,rpm-en; | |
+ qcom,nfab = <6>; | |
mas-pnoc-cfg { | |
cell-id = <88>; | |
@@ -678,6 +681,7 @@ | |
qcom,ntieredslaves = <0>; | |
qcom,hw-sel = "NoC"; | |
qcom,rpm-en; | |
+ qcom,nfab = <6>; | |
mas-rpm-inst { | |
cell-id = <72>; | |
@@ -998,9 +1002,10 @@ | |
qcom,fabclk-dual = "mem_clk"; | |
qcom,fabclk-active = "mem_a_clk"; | |
qcom,ntieredslaves = <0>; | |
- qcom,qos-freq = <4800>; | |
+ qcom,qos-freq = <19200>; | |
qcom,hw-sel = "BIMC"; | |
qcom,rpm-en; | |
+ qcom,nfab = <6>; | |
mas-ampss-m0 { | |
cell-id = <1>; | |
@@ -1008,12 +1013,18 @@ | |
qcom,masterp = <0>; | |
qcom,tier = <2>; | |
qcom,hw-sel = "BIMC"; | |
- qcom,mode = "Fixed"; | |
+ qcom,mode = "Limiter"; | |
qcom,qport = <0>; | |
qcom,ws = <10000>; | |
qcom,mas-hw-id = <0>; | |
qcom,prio-rd = <0>; | |
qcom,prio-wr = <0>; | |
+ qcom,mode-thresh = "Fixed"; | |
+ qcom,thresh = <1800000>; | |
+ qcom,dual-conf; | |
+ qcom,bimc,bw = <450000>; | |
+ qcom,bimc,gp = <5000>; | |
+ qcom,bimc,thmp = <50>; | |
}; | |
mas-mss-proc { | |
@@ -1082,6 +1093,7 @@ | |
qcom,hw-sel = "NoC"; | |
qcom,rpm-en; | |
qcom,virt; | |
+ qcom,nfab = <6>; | |
mas-v-ocmem-gfx3d { | |
cell-id = <89>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment