From 0ca42659f929a9dddc390b9850dc00a9f9e530da Mon Sep 17 00:00:00 2001 From: Anjelique Melendez Date: Tue, 12 Sep 2023 12:14:57 -0700 Subject: [PATCH] dt-bindings: thermal: Update "interrupts" property in adc-tm5 examples Update the examples in qcom-spmi-adc5-tm5.yaml so that adc devices have "interrupts" property included. Change-Id: Ia6bf720d0661967fcf0ed4b85ee81940ea432e6c Signed-off-by: Anjelique Melendez --- bindings/thermal/qcom-spmi-adc-tm5.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/thermal/qcom-spmi-adc-tm5.yaml b/bindings/thermal/qcom-spmi-adc-tm5.yaml index d20569b9..b853a459 100644 --- a/bindings/thermal/qcom-spmi-adc-tm5.yaml +++ b/bindings/thermal/qcom-spmi-adc-tm5.yaml @@ -172,6 +172,7 @@ examples: pm8150b_adc: adc@3100 { reg = <0x3100>; compatible = "qcom,spmi-adc5"; + interrupts = <0x2 0x31 0x0 IRQ_TYPE_EDGE_RISING>; #address-cells = <1>; #size-cells = <0>; #io-channel-cells = <1>; @@ -211,6 +212,7 @@ examples: pmk8350_vadc: adc@3100 { reg = <0x3100>; compatible = "qcom,spmi-adc7"; + interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>; #address-cells = <1>; #size-cells = <0>; #io-channel-cells = <1>;