From 511f80906aa2657d2a7f233feba78fcf08bb6d63 Mon Sep 17 00:00:00 2001 From: Jishnu Prakash Date: Thu, 13 Aug 2020 18:38:47 +0530 Subject: [PATCH] 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 --- qcom/pm6150l.dtsi | 2 +- qcom/pm7250b.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/pm6150l.dtsi b/qcom/pm6150l.dtsi index ab066a73..ece59a56 100644 --- a/qcom/pm6150l.dtsi +++ b/qcom/pm6150l.dtsi @@ -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>; diff --git a/qcom/pm7250b.dtsi b/qcom/pm7250b.dtsi index bc071164..a0f2f147 100644 --- a/qcom/pm7250b.dtsi +++ b/qcom/pm7250b.dtsi @@ -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>;