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

Commit ca060f4a authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

ARM: dts: msm: Add over-temperature interrupt for linear charger



Linear charger peripheral has an over-temperature interrupt, add
device tree entry for it's support

Change-Id: I70e3b8fb1dc079da333256c5c8a0aebd2de06a71
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 23d69925
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -244,9 +244,11 @@

			qcom,usb-chgpth@1300 {
				reg = <0x1300 0x100>;
				interrupts =	<0 0x13 0x2>,
				interrupts =	<0 0x13 0x4>,
						<0 0x13 0x2>,
						<0 0x13 0x1>;
				interrupt-names =	"chg-gone",
				interrupt-names =	"usb-over-temp",
							"chg-gone",
							"usbin-valid";
			};