Searched +full:spmi +full:- +full:adc +full:- +full:rev2 (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---4 $id: http://devicetree.org/schemas/iio/adc/qcom,spmi-vadc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm's SPMI PMIC ADC10 - Andy Gross <agross@kernel.org>11 - Bjorn Andersson <bjorn.andersson@linaro.org>14 SPMI PMIC voltage ADC (VADC) provides interface to clients to read15 voltage. The VADC is a 15-bit sigma-delta ADC.16 SPMI PMIC5/PMIC7 voltage ADC (ADC) provides interface to clients to read[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)4 #include <dt-bindings/iio/qcom,spmi-vadc.h>5 #include <dt-bindings/input/linux-event-codes.h>6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/spmi/spmi.h>8 #include <dt-bindings/thermal/thermal.h>11 thermal-zones {12 pm8998-thermal {13 polling-delay-passive = <250>;14 polling-delay = <1000>;[all …]
1 // SPDX-License-Identifier: GPL-2.04 #include <dt-bindings/spmi/spmi.h>5 #include <dt-bindings/input/linux-event-codes.h>6 #include <dt-bindings/iio/qcom,spmi-vadc.h>7 #include <dt-bindings/thermal/thermal.h>10 thermal-zones {11 pms405-thermal {12 polling-delay-passive = <250>;13 polling-delay = <1000>;15 thermal-sensors = <&pms405_temp>;[all …]
1 // SPDX-License-Identifier: BSD-3-Clause6 #include <dt-bindings/iio/qcom,spmi-vadc.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>10 #include <dt-bindings/thermal/thermal.h>13 thermal-zones {15 polling-delay-passive = <250>;16 polling-delay = <1000>;18 thermal-sensors = <&pm660_temp>;[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/thermal/qcom-spmi-adc-tm-hc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm's SPMI PMIC ADC HC Thermal Monitoring9 - Dmitry Baryshkov <dmitry.baryshkov@linaro.org>13 const: qcom,spmi-adc-tm-hc21 "#thermal-sensor-cells":27 "#address-cells":30 "#size-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.010 #include <linux/iio/adc/qcom-vadc-common.h>23 #include <dt-bindings/iio/qcom,spmi-vadc.h>104 * struct adc5_channel_prop - ADC channel property.113 * @avg_samples: ability to provide single result from the ADC133 * struct adc5_chip - ADC private structure.134 * @regmap: SPMI ADC5 peripheral register map field.135 * @dev: SPMI ADC5 device.136 * @base: base address for the ADC peripheral.137 * @nchannels: number of ADC channels.[all …]