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 <vijayenthiran.subramaniam@arm.com> Reviewed-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
521a547ced
commit
53e7380c93
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
static const struct acpi_device_id amba_id_list[] = {
|
static const struct acpi_device_id amba_id_list[] = {
|
||||||
{"ARMH0061", 0}, /* PL061 GPIO Device */
|
{"ARMH0061", 0}, /* PL061 GPIO Device */
|
||||||
|
{"ARMH0330", 0}, /* ARM DMA Controller DMA-330 */
|
||||||
{"ARMHC500", 0}, /* ARM CoreSight ETM4x */
|
{"ARMHC500", 0}, /* ARM CoreSight ETM4x */
|
||||||
{"ARMHC501", 0}, /* ARM CoreSight ETR */
|
{"ARMHC501", 0}, /* ARM CoreSight ETR */
|
||||||
{"ARMHC502", 0}, /* ARM CoreSight STM */
|
{"ARMHC502", 0}, /* ARM CoreSight STM */
|
||||||
|
|
Loading…
Reference in New Issue