[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220916111912.42733-1-vijayenthiran.subramaniam@arm.com>
Date: Fri, 16 Sep 2022 16:49:12 +0530
From: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@....com>
To: rafael@...nel.org, lenb@...nel.org, linux-acpi@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org, coresight@...ts.linaro.org,
suzuki.poulose@....com, thomas.abraham@....com,
vijayenthiran.subramaniam@....com
Subject: [PATCH] coresight: acpi: add support for amba dma-330 controller
Add ACPI ID for ARM DMA-330 controller to AMBA id list to allow the
probing of the device.
Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@....com>
---
drivers/acpi/acpi_amba.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/acpi_amba.c b/drivers/acpi/acpi_amba.c
index ab8a4e0191b1..5574a0a97655 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 AMBA DMA Controller DMA-330 */
{"ARMHC500", 0}, /* ARM CoreSight ETM4x */
{"ARMHC501", 0}, /* ARM CoreSight ETR */
{"ARMHC502", 0}, /* ARM CoreSight STM */
--
2.17.1
Powered by blists - more mailing lists