diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-06-29 22:18:26 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-06-29 22:18:25 -0700 |
| commit | 9cf9e6ced54c110e2faa1001a1cc74db3aa98e26 (patch) | |
| tree | 5ad5d68dd73272e6e62cf68872639a952a1dc6d5 | |
| parent | 201c98295d0e29980329035a47944476ca1f7721 (diff) | |
| parent | f7f9fe94d54bcf276c24dc4e7bf8a027ddee1b5e (diff) | |
Merge "ARM: dts: msm: Enable the PMIC MPP08 for msm8996 CV2X boards"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi index c06a44c31b34..3d57b5792161 100644 --- a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi @@ -486,7 +486,7 @@ &pm8994_mpps { mpp@a100 { /* MPP 2 */ - /* MDM PON conrol*/ + /* MDM_RESIN_N control */ qcom,mode = <1>; /* Digital output */ qcom,output-type = <0>; /* CMOS logic */ qcom,vin-sel = <2>; /* S4 1.8V */ @@ -504,6 +504,17 @@ qcom,master-en = <1>; /* Enable GPIO */ 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 { |
