diff options
| author | Yuanyuan Liu <yuanliu@codeaurora.org> | 2016-08-11 14:58:23 -0700 |
|---|---|---|
| committer | Yuanyuan Liu <yuanliu@codeaurora.org> | 2016-08-11 15:48:07 -0700 |
| commit | c2a2da2c9705d410c64db17cee236270b2b6f4c5 (patch) | |
| tree | a489550c0d6b8f72809a331b0e4a23ebb7e90912 /arch | |
| parent | a207e02a1d022d39ae0d26dd08a8322552cf80fa (diff) | |
ARM: dts: msm: Add bus bandwidth entry for ICNSS
Add bus bandwidth entry for ICNSS. It will be used to vote for
aggre2_noc_clk for SMMU.
CRs-Fixed: 1053538
Change-Id: Ic7523e68d65634f28babac6d17e0b02311d7ad79
Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt.dtsi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index fbf3037edd21..31d6216258ed 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -2732,8 +2732,6 @@ <0xb0000000 0x10000>; reg-names = "membase", "mpm_config", "smmu_iova_base", "smmu_iova_ipa"; - clocks = <&clock_gcc clk_aggre2_noc_clk>; - clock-names = "smmu_aggre2_noc_clk"; iommus = <&anoc2_smmu 0x1900>, <&anoc2_smmu 0x1901>; interrupts = <0 413 0 /* CE0 */ >, @@ -2751,6 +2749,11 @@ qcom,wlan-msa-memory = <0x100000>; vdd-io-supply = <&pmcobalt_l5>; qcom,vdd-io-voltage-level = <800000 800000>; + qcom,msm-bus,name = "msm-icnss"; + qcom,msm-bus,num-cases = <2>; + qcom,msm-bus,num-paths = <1>; + qcom,msm-bus,vectors-KBps = <81 10065 0 0>, + <81 10065 0 16000>; }; wil6210: qcom,wil6210 { |
