Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94085fe5 authored by Jan Glauber's avatar Jan Glauber Committed by Will Deacon
Browse files

arm64: dts: Add Cavium ThunderX specific PMU



Add a compatible string for the Cavium ThunderX PMU.

Signed-off-by: default avatarJan Glauber <jglauber@cavium.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent c210ae80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.

+5 −0
Original line number Diff line number Diff line
@@ -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>;