Skip to content

Commit a6d87cc

Browse files
rmurphy-armgregkh
authored andcommitted
perf/arm-cmn: Add CMN S3 ACPI binding
commit 8c138a1 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d96289f commit a6d87cc

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
@@ -2650,6 +2650,7 @@ static const struct acpi_device_id arm_cmn_acpi_match[] = {
26502650
{ "ARMHC600", PART_CMN600 },
26512651
{ "ARMHC650" },
26522652
{ "ARMHC700" },
2653+
{ "ARMHC003" },
26532654
{}
26542655
};
26552656
MODULE_DEVICE_TABLE(acpi, arm_cmn_acpi_match);

0 commit comments

Comments
 (0)