Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
perf: arm_dmc620: Update ACPI ID.
Browse files Browse the repository at this point in the history
Update the ACPI ID for DMC620 that registered by ARM.

Signed-off-by: Tuan Phan <[email protected]>
  • Loading branch information
tphan-ampere committed Apr 21, 2020
1 parent 63fbb8b commit 871759d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/perf/arm_dmc620_pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ static int arm_dmc620_pmu_device_remove(struct platform_device *pdev)
}

static const struct acpi_device_id arm_dmc620_acpi_match[] = {
{ "AMPC0003", 0},
{ "ARMHD620", 0},
{},
};
MODULE_DEVICE_TABLE(acpi, arm_dmc620_acpi_match);
Expand Down

0 comments on commit 871759d

Please sign in to comment.