]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm64: dts: Add Cavium ThunderX specific PMU
authorJan Glauber <jglauber@cavium.com>
Thu, 18 Feb 2016 16:50:12 +0000 (17:50 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 18 Feb 2016 18:43:32 +0000 (18:43 +0000)
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>
Documentation/devicetree/bindings/arm/pmu.txt
arch/arm64/boot/dts/cavium/thunder-88xx.dtsi

index b6056d3bca06a17421dbbc0ec17f12b6addf7b0e..6eb73be9433e8af323b96d99728b42a131e1de4b 100644 (file)
@@ -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.
 
index 9cb7cf94284a66b07619f4b2a4ab042c803c5f03..2eb9b225f0bcc193c27520a332a7e68ff55410dc 100644 (file)
                             <1 10 0xff01>;
        };
 
+       pmu {
+               compatible = "cavium,thunder-pmu", "arm,armv8-pmuv3";
+               interrupts = <1 7 4>;
+       };
+
        soc {
                compatible = "simple-bus";
                #address-cells = <2>;