diff mbox series

[v2] ACPI: amba: Add Arm DMA-330 controller to the supported list

Message ID 20220921143244.16282-1-vijayenthiran.subramaniam@arm.com (mailing list archive)
State Mainlined, archived
Headers show
Series [v2] ACPI: amba: Add Arm DMA-330 controller to the supported list | expand

Commit Message

Vijayenthiran Subramanian Sept. 21, 2022, 2:32 p.m. UTC
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>
---
 drivers/acpi/acpi_amba.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Sudeep Holla Sept. 21, 2022, 2:48 p.m. UTC | #1
On Wed, Sep 21, 2022 at 08:02:44PM +0530, Vijayenthiran Subramaniam wrote:
> Add ACPI ID for ARM DMA-330 controller to AMBA id supported list to
> allow the probing of the device.
>

Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>

Rafael,

I assume you will pick this up as usual through your tree.
Rafael J. Wysocki Sept. 24, 2022, 4:55 p.m. UTC | #2
On Wed, Sep 21, 2022 at 4:49 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> On Wed, Sep 21, 2022 at 08:02:44PM +0530, Vijayenthiran Subramaniam wrote:
> > Add ACPI ID for ARM DMA-330 controller to AMBA id supported list to
> > allow the probing of the device.
> >
>
> Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
>
> Rafael,
>
> I assume you will pick this up as usual through your tree.

Sure.

Applied as 6.1 material with under edited subject, thanks!
diff mbox series

Patch

diff --git a/drivers/acpi/acpi_amba.c b/drivers/acpi/acpi_amba.c
index ab8a4e0191b1..b89120196af1 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 DMA Controller DMA-330 */
 	{"ARMHC500", 0}, /* ARM CoreSight ETM4x */
 	{"ARMHC501", 0}, /* ARM CoreSight ETR */
 	{"ARMHC502", 0}, /* ARM CoreSight STM */