forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/acpi/dptf/int340x_thermal.c
....@@ -1,18 +1,15 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * ACPI support for int340x thermal drivers
34 *
45 * Copyright (C) 2014, Intel Corporation
56 * Authors: Zhang Rui <rui.zhang@intel.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #include <linux/acpi.h>
1310 #include <linux/module.h>
1411
15
-#include "internal.h"
12
+#include "../internal.h"
1613
1714 #define INT3401_DEVICE 0X01
1815 static const struct acpi_device_id int340x_thermal_device_ids[] = {
....@@ -27,6 +24,17 @@
2724 {"INT3409"},
2825 {"INT340A"},
2926 {"INT340B"},
27
+ {"INTC1040"},
28
+ {"INTC1041"},
29
+ {"INTC1043"},
30
+ {"INTC1044"},
31
+ {"INTC1045"},
32
+ {"INTC1046"},
33
+ {"INTC1047"},
34
+ {"INTC1048"},
35
+ {"INTC1049"},
36
+ {"INTC1060"},
37
+ {"INTC1061"},
3038 {""},
3139 };
3240