ARM: dts: msm: Enable the PMIC MPP08 for msm8996 CV2X boards
Enable the PMIC MPP08 for msm8996 CV2X boards. This GPIO is used to power on the external modem. Change-Id: I834d3896687be292b9e6f68f719e4ea317da2035 Signed-off-by: Gustavo Solaira <gustavos@codeaurora.org>
This commit is contained in:
parent
9e63500269
commit
f7f9fe94d5
1 changed files with 12 additions and 1 deletions
|
@ -486,7 +486,7 @@
|
||||||
|
|
||||||
&pm8994_mpps {
|
&pm8994_mpps {
|
||||||
mpp@a100 { /* MPP 2 */
|
mpp@a100 { /* MPP 2 */
|
||||||
/* MDM PON conrol*/
|
/* MDM_RESIN_N control */
|
||||||
qcom,mode = <1>; /* Digital output */
|
qcom,mode = <1>; /* Digital output */
|
||||||
qcom,output-type = <0>; /* CMOS logic */
|
qcom,output-type = <0>; /* CMOS logic */
|
||||||
qcom,vin-sel = <2>; /* S4 1.8V */
|
qcom,vin-sel = <2>; /* S4 1.8V */
|
||||||
|
@ -504,6 +504,17 @@
|
||||||
qcom,master-en = <1>; /* Enable GPIO */
|
qcom,master-en = <1>; /* Enable GPIO */
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mpp@a700 { /* MPP 8 */
|
||||||
|
/* MDM_PON_1 control */
|
||||||
|
qcom,mode = <1>; /* Digital output */
|
||||||
|
qcom,output-type = <0>; /* CMOS logic */
|
||||||
|
qcom,vin-sel = <2>; /* S4 1.8V */
|
||||||
|
qcom,src-sel = <0>; /* Constant */
|
||||||
|
qcom,master-en = <1>; /* Enable GPIO */
|
||||||
|
qcom,invert = <1>; /* Output high */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pm8994_vadc {
|
&pm8994_vadc {
|
||||||
|
|
Loading…
Add table
Reference in a new issue