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

Commit c60b79be authored by Vicky Wallace's avatar Vicky Wallace
Browse files

ARM: dts: msm: Update for SMB1351 charger IRQ on sdxhedgehog



GPIO for EXT_CHGR_IRQ is changed. This changes to use GPIO 75 instead
83.

Change-Id: Id15682958d7a26999e68bda24e02c25c0c714531
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent 307330b4
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -14,3 +14,8 @@
#include "mdmcalifornium-v1.1-mtp.dtsi"
#include "sdxhedgehog.dtsi"
#include "sdxhedgehog-pinctrl.dtsi"

&smb1351_otg_supply {
	interrupts = <75 IRQ_TYPE_LEVEL_LOW>;
};
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -343,12 +343,12 @@
		pmx_smb_stat {
			smb_stat_active: smb_stat_active {
				mux {
					pins = "gpio83";
					pins = "gpio75";
					function = "gpio";
				};

				config {
					pins = "gpio83";
					pins = "gpio75";
					drive-strength = <2>;
					bias-disable;
				};