Skip to content

Commit

Permalink
arm64: dts: Add Cavium ThunderX specific PMU
Browse files Browse the repository at this point in the history
Add a compatible string for the Cavium ThunderX PMU.

Signed-off-by: Jan Glauber <jglauber@cavium.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Jan Glauber authored and wildea01 committed Feb 18, 2016
1 parent c210ae8 commit 94085fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/arm/pmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Required properties:
"qcom,scorpion-pmu"
"qcom,scorpion-mp-pmu"
"qcom,krait-pmu"
"cavium,thunder-pmu"
- interrupts : 1 combined interrupt or 1 per core. If the interrupt is a per-cpu
interrupt (PPI) then 1 interrupt should be specified.

Expand Down
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@
<1 10 0xff01>;
};

pmu {
compatible = "cavium,thunder-pmu", "arm,armv8-pmuv3";
interrupts = <1 7 4>;
};

soc {
compatible = "simple-bus";
#address-cells = <2>;
Expand Down

0 comments on commit 94085fe

Please sign in to comment.