ARM: dts: msm: Correct ADC_TM interrupt name

Correct ADC_TM interrupt name for PM7250b and PM6150l to
match value from ADC_TM driver on msm-5.4.

Change-Id: I88d5959ed10d26d3155b40239fcab8c06dc4c6c5
This commit is contained in:
Jishnu Prakash
2020-08-13 18:38:47 +05:30
parent 6e22617270
commit 511f80906a
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@
compatible = "qcom,adc-tm5";
reg = <0x3500>;
interrupts = <0x4 0x35 0x0 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "thr-int-en";
interrupt-names = "threshold";
#address-cells = <1>;
#size-cells = <0>;
#thermal-sensor-cells = <1>;

View File

@@ -161,7 +161,7 @@
compatible = "qcom,adc-tm5";
reg = <0x3500>;
interrupts = <0x2 0x35 0x0 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "thr-int-en";
interrupt-names = "threshold";
#address-cells = <1>;
#size-cells = <0>;
#thermal-sensor-cells = <1>;