ARM: dts: msm: Configure bimc-bwmon4 only for msmcobaltv2
The bimc-bwmon4 hardware module is only available on msmcobalt-v2. Therefore move the bimc-bwmon4 setting to msmcobalt-v2 DT so that msmcobalt-v1 can continue to use bimc-bwmon3 to measure DDR bandwidth. Change-Id: If6a44d83a4088e34eda3604ffa770b46653989f5 Signed-off-by: Rohit Gupta <rohgup@codeaurora.org>
This commit is contained in:
parent
0b3886773c
commit
383a31e3e7
2 changed files with 7 additions and 3 deletions
|
@ -171,6 +171,11 @@
|
|||
< 2496000 >;
|
||||
};
|
||||
|
||||
&bwmon {
|
||||
compatible = "qcom,bimc-bwmon4";
|
||||
qcom,hw-timer-hz = <19200000>;
|
||||
};
|
||||
|
||||
&devfreq_cpufreq {
|
||||
mincpubw-cpufreq {
|
||||
cpu-to-dev-map-0 =
|
||||
|
|
|
@ -541,14 +541,13 @@
|
|||
< 13763 /* 1804 MHz */ >;
|
||||
};
|
||||
|
||||
qcom,cpu-bwmon {
|
||||
compatible = "qcom,bimc-bwmon4";
|
||||
bwmon: qcom,cpu-bwmon {
|
||||
compatible = "qcom,bimc-bwmon3";
|
||||
reg = <0x01008000 0x300>, <0x01001000 0x200>;
|
||||
reg-names = "base", "global_base";
|
||||
interrupts = <0 183 4>;
|
||||
qcom,mport = <0>;
|
||||
qcom,target-dev = <&cpubw>;
|
||||
qcom,hw-timer-hz = <19200000>;
|
||||
};
|
||||
|
||||
mincpubw: qcom,mincpubw {
|
||||
|
|
Loading…
Add table
Reference in a new issue