// SPDX-License-Identifier: GPL-2.0-only /* * DRA752 thermal data. * * Copyright (C) 2013 Texas Instruments Inc. * Contact: * Eduardo Valentin <[email protected]> * Tero Kristo <[email protected]> * * This file is partially autogenerated. */ #include "ti-thermal.h" #include "ti-bandgap.h" #include "dra752-bandgap.h" /* * DRA752 has five instances of thermal sensor: MPU, GPU, CORE, * IVA and DSPEVE need to describe the individual registers and * bit fields. */ /* * DRA752 CORE thermal sensor register offsets and bit-fields */ static struct temp_sensor_registers dra752_core_temp_sensor_registers = …; /* * DRA752 IVA thermal sensor register offsets and bit-fields */ static struct temp_sensor_registers dra752_iva_temp_sensor_registers = …; /* * DRA752 MPU thermal sensor register offsets and bit-fields */ static struct temp_sensor_registers dra752_mpu_temp_sensor_registers = …; /* * DRA752 DSPEVE thermal sensor register offsets and bit-fields */ static struct temp_sensor_registers dra752_dspeve_temp_sensor_registers = …; /* * DRA752 GPU thermal sensor register offsets and bit-fields */ static struct temp_sensor_registers dra752_gpu_temp_sensor_registers = …; /* Thresholds and limits for DRA752 MPU temperature sensor */ static struct temp_sensor_data dra752_mpu_temp_sensor_data = …; /* Thresholds and limits for DRA752 GPU temperature sensor */ static struct temp_sensor_data dra752_gpu_temp_sensor_data = …; /* Thresholds and limits for DRA752 CORE temperature sensor */ static struct temp_sensor_data dra752_core_temp_sensor_data = …; /* Thresholds and limits for DRA752 DSPEVE temperature sensor */ static struct temp_sensor_data dra752_dspeve_temp_sensor_data = …; /* Thresholds and limits for DRA752 IVA temperature sensor */ static struct temp_sensor_data dra752_iva_temp_sensor_data = …; /* * DRA752 : Temperature values in milli degree celsius * ADC code values from 540 to 945 */ static int dra752_adc_to_temp[DRA752_ADC_END_VALUE - DRA752_ADC_START_VALUE + 1] = …; /* DRA752 data */ const struct ti_bandgap_data dra752_data = …;