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

Commit f0a97171 authored by Ashay Jaiswal's avatar Ashay Jaiswal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add SDAM peripheral to charger node for PM6150



The SDAM generates an interrupt when charger-buck is in
pulse-skip mode.

Change-Id: Ia4e8bc180486a25ffaa3bd414de13da0f8fb52dc
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 6836173e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -358,6 +358,13 @@
						  "temp-change-smb";
			};

			qcom,sdam@b100 {
				reg = <0xb100 0x100>;
				interrupts =
					<0x0 0xb1 0x1 IRQ_TYPE_EDGE_RISING>;
				interrupt-names = "sdam-sts";
			};

			smb5_vbus: qcom,smb5-vbus {
				regulator-name = "smb5-vbus";
			};