Skip to content

Commit 8c138a1

Browse files
rmurphy-armwilldeacon
authored andcommitted
perf/arm-cmn: Add CMN S3 ACPI binding
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: 0dc2f49 ("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>
1 parent 597704e commit 8c138a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/perf/arm-cmn.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2644,6 +2644,7 @@ static const struct acpi_device_id arm_cmn_acpi_match[] = {
26442644
{ "ARMHC600", PART_CMN600 },
26452645
{ "ARMHC650" },
26462646
{ "ARMHC700" },
2647+
{ "ARMHC003" },
26472648
{}
26482649
};
26492650
MODULE_DEVICE_TABLE(acpi, arm_cmn_acpi_match);

0 commit comments

Comments
 (0)