From d72b6f50b7b927b6050f6039e20cd27bd7df1645 Mon Sep 17 00:00:00 2001 From: Bharathraj Nagaraju Date: Fri, 26 Jan 2018 16:22:45 -0800 Subject: [PATCH] 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: Bharathraj Nagaraju --- arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts b/arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts index 3a7d009c12a4..b50da730488a 100644 --- a/arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts +++ b/arch/arm/boot/dts/qcom/msm8996-auto-mizar.dts @@ -1,4 +1,4 @@ -/* 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>;