]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ptp: ptp_vmclock: add 'VMCLOCK' to ACPI device match
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 30 Jan 2026 17:36:04 +0000 (17:36 +0000)
committerSasha Levin <sashal@kernel.org>
Wed, 4 Mar 2026 12:20:32 +0000 (07:20 -0500)
[ Upstream commit ed4d23ed469ca14d47670c0384f6ae6c4ff060a5 ]

As we finalised the spec, we spotted that vmgenid actually says that the
_HID is supposed to be hypervisor-specific. Although in the 13 years
since the original vmgenid doc was published, nobody seems to have cared
about using _HID to distinguish between implementations on different
hypervisors, and we only ever use the _CID.

For consistency, match the _CID of "VMCLOCK" too.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Babis Chalios <bchalios@amazon.es>
Tested-by: Takahiro Itazuri <itazur@amazon.com>
Link: https://patch.msgid.link/20260130173704.12575-6-itazur@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/ptp/ptp_vmclock.c

index b3a83b03d9c14e10213c6cb94e6a42b38c59546f..cbbfc494680c708052ffc0de9ba4f4eec510373a 100644 (file)
@@ -591,6 +591,7 @@ static int vmclock_probe(struct platform_device *pdev)
 
 static const struct acpi_device_id vmclock_acpi_ids[] = {
        { "AMZNC10C", 0 },
+       { "VMCLOCK", 0 },
        {}
 };
 MODULE_DEVICE_TABLE(acpi, vmclock_acpi_ids);