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 <snbraj@codeaurora.org>
This commit is contained in:
parent
74b6b84c4a
commit
d72b6f50b7
1 changed files with 7 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue