arm64: dts: Add Broadcom Vulcan PMU in dts

Add "brcm,vulcan-pmu" compatible string for Broadcom Vulcan PMU.

Signed-off-by: Ashok Kumar <ashoks@broadcom.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
Ashok Kumar 2016-04-21 05:58:40 -07:00 committed by Will Deacon
parent ce29daf53e
commit 713755d724

View File

@ -86,7 +86,7 @@ timer {
};
pmu {
compatible = "arm,armv8-pmuv3";
compatible = "brcm,vulcan-pmu", "arm,armv8-pmuv3";
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>; /* PMU overflow */
};