Home
last modified time | relevance | path

Searched +full:mt8195 +full:- +full:lvts +full:- +full:mcu (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/thermal/
H A Dmediatek,lvts-thermal.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/thermal/mediatek,lvts-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MediaTek SoC Low Voltage Thermal Sensor (LVTS)
10 - Balsam CHIHI <bchihi@baylibre.com>
13 LVTS is a thermal management architecture composed of three subsystems,
14 a Sensing device - Thermal Sensing Micro Circuit Unit (TSMCU),
15 a Converter - Low Voltage Thermal Sensor converter (LVTS), and
21 - mediatek,mt7988-lvts-ap
[all …]
/linux/drivers/thermal/mediatek/
H A Dlvts_thermal.c1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <linux/clk-provider.h>
15 #include <linux/nvmem-consumer.h>
20 #include <dt-bindings/thermal/mediatek,lvts-thermal.h>
83 #define LVTS_COEFF_A_MT8195 -250460
85 #define LVTS_COEFF_A_MT7988 -204650
121 if (!((lvts_ctrl)->valid_sensor_mask & BIT(i))) \
224 lvts_td->dom_dentry = debugfs_create_dir(dev_name(dev), NULL); in lvts_debugfs_init()
225 if (IS_ERR(lvts_td->dom_dentry)) in lvts_debugfs_init()
228 for (i = 0; i < lvts_td->num_lvts_ctrl; i++) { in lvts_debugfs_init()
[all …]