]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ACPI: AMBA: Add ARM DMA-330 controller to the supported list
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Wed, 21 Sep 2022 14:32:44 +0000 (20:02 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 24 Sep 2022 16:54:21 +0000 (18:54 +0200)
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>
drivers/acpi/acpi_amba.c

index ab8a4e0191b19c9ff5a87e8cb9c47b11cc51bc59..b89120196af10f6791edd395007742f25c9a3b4a 100644 (file)
@@ -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 */