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

Commit d72b6f50 authored by Bharathraj Nagaraju's avatar Bharathraj Nagaraju Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Change PM8994 GPIO11 configuration for Mizar



For Mizar drive strength of PMIC_GPIO_11 should be medium.
Changed PMIC_GPIO_11 drive strength to medium.

Change-Id: I4d7d5e4065c6d29be4d8567a8e40472fc1f62f9e
Signed-off-by: default avatarBharathraj Nagaraju <snbraj@codeaurora.org>
parent 74b6b84c
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, 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
@@ -140,6 +140,12 @@
	};
};

&pm8994_gpios {
	gpio@ca00 { /* GPIO 11 - USB VBUS_EN */
		qcom,out-strength = <2>; /* Medium */
	};
};

&sdhc_2 {
	cd-gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
	pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on &sdc2_cd_on_sbc>;