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

Commit f61701e0 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

ARM: KVM: timer: allow DT matching for ARMv8 cores



ARMv8 cores have the exact same timer as ARMv7 cores. Make sure the
KVM timer code can match it in the device tree.

Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 1f17f3b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ static struct notifier_block kvm_timer_cpu_nb = {

static const struct of_device_id arch_timer_of_match[] = {
	{ .compatible	= "arm,armv7-timer",	},
	{ .compatible	= "arm,armv8-timer",	},
	{},
};