]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
perf/arm-cmn: Add CMN S3 ACPI binding
authorRobin Murphy <robin.murphy@arm.com>
Mon, 19 May 2025 10:56:04 +0000 (11:56 +0100)
committerWill Deacon <will@kernel.org>
Mon, 19 May 2025 11:31:54 +0000 (12:31 +0100)
An ACPI binding for CMN S3 was not yet finalised when the driver support
was originally written, but v1.2 of DEN0093 "ACPI for Arm Components"
has at last been published; support ACPI systems using the proper HID.

Cc: stable@vger.kernel.org
Fixes: 0dc2f4963f7e ("perf/arm-cmn: Support CMN S3")
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/7dafe147f186423020af49d7037552ee59c60e97.1747652164.git.robin.murphy@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/arm-cmn.c

index 668c581e932a1423f35f146ed6e12dc5c02604ae..031d45d0fe3db67d4bcb302918e2e112561785d2 100644 (file)
@@ -2644,6 +2644,7 @@ static const struct acpi_device_id arm_cmn_acpi_match[] = {
        { "ARMHC600", PART_CMN600 },
        { "ARMHC650" },
        { "ARMHC700" },
+       { "ARMHC003" },
        {}
 };
 MODULE_DEVICE_TABLE(acpi, arm_cmn_acpi_match);