Searched full:lvts (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/thermal/ |
| D | mediatek,lvts-thermal.yaml | 4 $id: http://devicetree.org/schemas/thermal/mediatek,lvts-thermal.yaml# 7 title: MediaTek SoC Low Voltage Thermal Sensor (LVTS) 13 LVTS is a thermal management architecture composed of three subsystems, 15 a Converter - Low Voltage Thermal Sensor converter (LVTS), and 21 - mediatek,mt8192-lvts-ap 22 - mediatek,mt8192-lvts-mcu 23 - mediatek,mt8195-lvts-ap 24 - mediatek,mt8195-lvts-mcu 37 description: LVTS reset for clearing temporary data on AP/MCU. 42 - description: Calibration eFuse data 1 for LVTS [all …]
|
| /kernel/linux/linux-6.6/drivers/thermal/mediatek/ |
| D | Kconfig | 22 tristate "LVTS Thermal Driver for MediaTek SoCs" 27 This driver configures LVTS (Low Voltage Thermal Sensor) 32 bool "LVTS thermal debugfs"
|
| D | lvts_thermal.c | 20 #include <dt-bindings/thermal/mediatek,lvts-thermal.h> 855 * LVTS_CLKEN : Internal LVTS clock in lvts_ctrl_set_enable() 976 * The clock source of LVTS thermal controller is 26MHz. in lvts_ctrl_configure() 995 * and two sensors, TS1 and TS2, are in a LVTS thermal controller in lvts_ctrl_configure() 1144 * - Connect to the LVTS in lvts_domain_init() 1145 * - Initialize the LVTS in lvts_domain_init() 1154 dev_dbg(dev, "Failed to enable LVTS clock"); in lvts_domain_init() 1160 dev_dbg(dev, "Failed to connect to LVTS controller"); in lvts_domain_init() 1228 return dev_err_probe(dev, ret, "Failed to initialize the lvts domain\n"); in lvts_probe() 1231 * At this point the LVTS is initialized and enabled. We can in lvts_probe() [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/mediatek/ |
| D | mt8195.dtsi | 18 #include <dt-bindings/thermal/mediatek,lvts-thermal.h> 1121 compatible = "mediatek,mt8195-lvts-ap"; 1127 nvmem-cell-names = "lvts-calib-data-1", "lvts-calib-data-2"; 1407 compatible = "mediatek,mt8195-lvts-mcu"; 1413 nvmem-cell-names = "lvts-calib-data-1", "lvts-calib-data-2";
|
| /kernel/linux/linux-6.6/drivers/soc/mediatek/ |
| D | mtk-svs.c | 2055 dev = svs_add_device_link(svsp, "lvts"); in svs_mt8192_platform_probe() 2058 "failed to get lvts device\n"); in svs_mt8192_platform_probe()
|