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

Commit bb2bcd92 authored by Umang Agrawal's avatar Umang Agrawal
Browse files

ARM: dts: msm: Fix SMB1355 interrupt configuration



Update the gpio number of SMB1355 interrupt configuration for
trinket target.

Change-Id: I9eff2623389e0a04b1d06fb852c31b4c0d9dce3b
Signed-off-by: default avatarUmang Agrawal <uagrawal@codeaurora.org>
parent 9447b885
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&smb_int_default>;
	interrupt-parent = <&tlmm>;
	interrupts = <62 IRQ_TYPE_LEVEL_LOW>;
	interrupts = <130 IRQ_TYPE_LEVEL_LOW>;
	status = "ok";
};

+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&smb_int_default>;
	interrupt-parent = <&tlmm>;
	interrupts = <62 IRQ_TYPE_LEVEL_LOW>;
	interrupts = <130 IRQ_TYPE_LEVEL_LOW>;
	status = "ok";
};