ARM: dts: msm: enable bwmon4 for cpubw monitor for msmcobalt
Add the qcom,hw-timer-hz property and enable qcom,bimc-bwmon4 device for msmcobalt to be able to use the BWMON2 hardware instead of the legacy BWMON hardware. Change-Id: I1d1c2e5d2fcf705d8ffd527ec7434d90cc004834 Signed-off-by: David Keitel <dkeitel@codeaurora.org>
This commit is contained in:
parent
e549f7bdb0
commit
17c9994611
1 changed files with 2 additions and 1 deletions
|
@ -542,12 +542,13 @@
|
|||
};
|
||||
|
||||
qcom,cpu-bwmon {
|
||||
compatible = "qcom,bimc-bwmon3";
|
||||
compatible = "qcom,bimc-bwmon4";
|
||||
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