Skip to content

Commit

Permalink
ACPI: AMBA: Add ARM DMA-330 controller to the supported list
Browse files Browse the repository at this point in the history
Add ACPI ID for ARM DMA-330 controller to AMBA id supported list to
allow the probing of the device.

Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Vijayenthiran Subramaniam authored and Rafael J. Wysocki committed Sep 24, 2022
1 parent 521a547 commit 53e7380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/acpi/acpi_amba.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

static const struct acpi_device_id amba_id_list[] = {
{"ARMH0061", 0}, /* PL061 GPIO Device */
{"ARMH0330", 0}, /* ARM DMA Controller DMA-330 */
{"ARMHC500", 0}, /* ARM CoreSight ETM4x */
{"ARMHC501", 0}, /* ARM CoreSight ETR */
{"ARMHC502", 0}, /* ARM CoreSight STM */
Expand Down

0 comments on commit 53e7380

Please sign in to comment.