ARM: dts: msm: enable bw mon4 version on sdm660 target.
SDM660 target supports the bw monitor version 4 includes the zone counts. Enable the bw mon4 for the SDM660 target. Change-Id: I0f8323c6bdc91d859456ddd8a70838cd8e71779c Signed-off-by: Santosh Mardi <gsantosh@codeaurora.org>
This commit is contained in:
parent
da2e9dd3fa
commit
b68e5b2f11
1 changed files with 2 additions and 1 deletions
|
@ -984,11 +984,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
bwmon: qcom,cpu-bwmon {
|
bwmon: qcom,cpu-bwmon {
|
||||||
compatible = "qcom,bimc-bwmon3";
|
compatible = "qcom,bimc-bwmon4";
|
||||||
reg = <0x01008000 0x300>, <0x01001000 0x200>;
|
reg = <0x01008000 0x300>, <0x01001000 0x200>;
|
||||||
reg-names = "base", "global_base";
|
reg-names = "base", "global_base";
|
||||||
interrupts = <0 183 4>;
|
interrupts = <0 183 4>;
|
||||||
qcom,mport = <0>;
|
qcom,mport = <0>;
|
||||||
|
qcom,hw-timer-hz = <19200000>;
|
||||||
qcom,target-dev = <&cpubw>;
|
qcom,target-dev = <&cpubw>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue