forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/acpi/acpi_amba.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12
23 /*
34 * ACPI support for platform bus type.
45 *
56 * Copyright (C) 2015, Linaro Ltd
67 * Author: Graeme Gregory <graeme.gregory@linaro.org>
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 */
129
1310 #include <linux/acpi.h>
....@@ -24,6 +21,15 @@
2421
2522 static const struct acpi_device_id amba_id_list[] = {
2623 {"ARMH0061", 0}, /* PL061 GPIO Device */
24
+ {"ARMHC500", 0}, /* ARM CoreSight ETM4x */
25
+ {"ARMHC501", 0}, /* ARM CoreSight ETR */
26
+ {"ARMHC502", 0}, /* ARM CoreSight STM */
27
+ {"ARMHC503", 0}, /* ARM CoreSight Debug */
28
+ {"ARMHC979", 0}, /* ARM CoreSight TPIU */
29
+ {"ARMHC97C", 0}, /* ARM CoreSight SoC-400 TMC, SoC-600 ETF/ETB */
30
+ {"ARMHC98D", 0}, /* ARM CoreSight Dynamic Replicator */
31
+ {"ARMHC9CA", 0}, /* ARM CoreSight CATU */
32
+ {"ARMHC9FF", 0}, /* ARM CoreSight Dynamic Funnel */
2733 {"", 0},
2834 };
2935