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

Commit c7d45bb4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 00e5659a c60b79be
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;
				};