Skip to content

Commit 53e7380

Browse files
vijayenthiran-armrafaeljw
authored andcommitted
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]>
1 parent 521a547 commit 53e7380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/acpi_amba.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
static const struct acpi_device_id amba_id_list[] = {
2323
{"ARMH0061", 0}, /* PL061 GPIO Device */
24+
{"ARMH0330", 0}, /* ARM DMA Controller DMA-330 */
2425
{"ARMHC500", 0}, /* ARM CoreSight ETM4x */
2526
{"ARMHC501", 0}, /* ARM CoreSight ETR */
2627
{"ARMHC502", 0}, /* ARM CoreSight STM */

0 commit comments

Comments
 (0)