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>;