Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdca051f authored by Harry Yang's avatar Harry Yang
Browse files

ARM: dts: msm: enable temperature change IRQ for SMB1355



The temperature change IRQ is used to update the parallel power supply
when the temperature of the connector changes. Enable it.

CRs-Fixed: 2127710
Change-Id: If99ea74260ef9ee83ae6412fa8f62b70612fd8d6
Signed-off-by: default avatarHarry Yang <harryy@codeaurora.org>
parent 4656c83d
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -52,8 +52,10 @@

			qcom,chgr-misc@1600 {
				reg = <0x1600 0x100>;
				interrupts = <0x16 0x1 IRQ_TYPE_EDGE_RISING>;
				interrupt-names = "wdog-bark";
				interrupts = <0x16 0x1 IRQ_TYPE_EDGE_RISING>,
					     <0x16 0x6 IRQ_TYPE_EDGE_RISING>;
				interrupt-names = "wdog-bark",
						  "temperature-change";
			};
		};
	};
@@ -97,8 +99,10 @@

			qcom,chgr-misc@1600 {
				reg = <0x1600 0x100>;
				interrupts = <0x16 0x1 IRQ_TYPE_EDGE_RISING>;
				interrupt-names = "wdog-bark";
				interrupts = <0x16 0x1 IRQ_TYPE_EDGE_RISING>,
					     <0x16 0x6 IRQ_TYPE_EDGE_RISING>;
				interrupt-names = "wdog-bark",
						  "temperature-change";
			};
		};
	};