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

Commit 892df7f8 authored by Udo van den Heuvel's avatar Udo van den Heuvel Committed by Thomas Gleixner
Browse files

x86: HPET force enable for CX700 / VIA Epia LT



Allow using HPET with the hpet=force command line option on VIA EPIA
CX700 systems.

Signed-off-by: default avatarUdo van den Heuvel <udovdh@xs4all.nl>
Cc: Robert Hancock <hancockrwd@gmail.com>
LKML-Reference:  <4C8F04DC.5060303@xs4all.nl>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent bfa88ea7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -344,6 +344,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8235,
			 vt8237_force_enable_hpet);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8237,
			 vt8237_force_enable_hpet);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_CX700,
			 vt8237_force_enable_hpet);

static void ati_force_hpet_resume(void)
{