public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] coresight: acpi: add support for amba dma-330 controller
@ 2022-09-16 11:19 Vijayenthiran Subramaniam
  2022-09-16 11:40 ` Suzuki K Poulose
  2022-09-16 13:00 ` Sudeep Holla
  0 siblings, 2 replies; 5+ messages in thread
From: Vijayenthiran Subramaniam @ 2022-09-16 11:19 UTC (permalink / raw)
  To: rafael, lenb, linux-acpi, linux-kernel
  Cc: linux-arm-kernel, coresight, suzuki.poulose, thomas.abraham,
	vijayenthiran.subramaniam

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@arm.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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-21 14:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-16 11:19 [PATCH] coresight: acpi: add support for amba dma-330 controller Vijayenthiran Subramaniam
2022-09-16 11:40 ` Suzuki K Poulose
2022-09-16 12:59   ` Vijayenthiran Subramanian
2022-09-16 13:00 ` Sudeep Holla
2022-09-21 14:42   ` Vijayenthiran Subramanian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox