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

Commit 713755d7 authored by Ashok Kumar's avatar Ashok Kumar Committed by Will Deacon
Browse files

arm64: dts: Add Broadcom Vulcan PMU in dts



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

Signed-off-by: default avatarAshok Kumar <ashoks@broadcom.com>
Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent ce29daf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
	};

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