Searched +full:spmi +full:- +full:adc +full:- +full:tm +full:- +full:hc (Results 1 – 2 of 2) 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-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>11 $ref: thermal-sensor.yaml#15 const: qcom,spmi-adc-tm-hc23 "#thermal-sensor-cells":26 "#address-cells":[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>;15 thermal-sensors = <&pm8998_temp>;[all …]