Searched +full:spmi +full:- +full:adc +full:- +full:tm5 +full:- +full:gen2 (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/thermal/qcom-spmi-adc-tm5.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm's SPMI PMIC ADC Thermal Monitoring9 - Dmitry Baryshkov <dmitry.baryshkov@linaro.org>14 - qcom,spmi-adc-tm515 - qcom,spmi-adc-tm5-gen216 - qcom,adc-tm7 # Incomplete / subject to change24 "#thermal-sensor-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.12 #include <linux/iio/adc/qcom-vadc-common.h>27 * channel is programmed to use one of ADC channels for voltage comparison.28 * Voltages are programmed using ADC codes, so we have to convert temp to29 * voltage and then to ADC code value.31 * Configuration of TM channels must match configuration of corresponding ADC178 * struct adc_tm5_channel - ADC Thermal Monitoring channel data.180 * @adc_channel: corresponding ADC channel number.186 * @avg_samples: ability to provide single result from the ADC[all …]
1 // SPDX-License-Identifier: BSD-3-Clause6 #include <dt-bindings/input/input.h>7 #include <dt-bindings/input/linux-event-codes.h>8 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/spmi/spmi.h>17 reboot-mode {18 compatible = "nvmem-reboot-mode";19 nvmem-cells = <&reboot_reason>;20 nvmem-cell-names = "reboot-mode";21 mode-recovery = <0x01>;[all …]
1 // SPDX-License-Identifier: BSD-3-Clause6 #include <dt-bindings/input/input.h>7 #include <dt-bindings/interrupt-controller/irq.h>8 #include <dt-bindings/spmi/spmi.h>11 thermal-zones {12 pm8280_1_thermal: pm8280-1-thermal {13 polling-delay-passive = <100>;14 polling-delay = <0>;15 thermal-sensors = <&pm8280_1_temp_alarm>;32 pm8280_2_thermal: pm8280-2-thermal {[all …]