diff options
author | Vijayenthiran Subramaniam <[email protected]> | 2022-09-21 20:02:44 +0530 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2022-09-24 18:54:21 +0200 |
commit | 53e7380c9338af588ddbadb4ac9d878351770de4 (patch) | |
tree | 43f83c00b3b76bb61f4fbaefe32c75087b1e3845 | |
parent | 521a547ced6477c54b4b0cc206000406c221b4d6 (diff) |
ACPI: AMBA: Add ARM DMA-330 controller to the supported list
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 <[email protected]>
Reviewed-by: Sudeep Holla <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r-- | drivers/acpi/acpi_amba.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpi_amba.c b/drivers/acpi/acpi_amba.c index ab8a4e0191b1..b89120196af1 100644 --- a/drivers/acpi/acpi_amba.c +++ b/drivers/acpi/acpi_amba.c @@ -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 */ |