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>11 $ref: thermal-sensor.yaml#16 - qcom,spmi-adc-tm517 - qcom,spmi-adc-tm5-gen218 - qcom,adc-tm7 # Incomplete / subject to change[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/iio/qcom,spmi-adc7-pm8350.h>7 #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h>8 #include <dt-bindings/iio/qcom,spmi-adc7-pmr735a.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/spmi/spmi.h>14 thermal-zones {15 pm8280_1_thermal: pm8280-1-thermal {16 polling-delay-passive = <100>;[all …]