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 <quic_amelende@quicinc.com>
This commit is contained in:
Anjelique Melendez
2023-09-12 12:14:57 -07:00
parent 6e5cf08b54
commit 0ca42659f9

View File

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