diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-02-05 16:48:11 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-02-05 16:48:11 -0800 |
| commit | 1bca2e384a8a2d7635debcfb96a54e1de3f63f08 (patch) | |
| tree | 302508a3add7e61d4c01bbfae4056a4bf73426fe | |
| parent | a45614f0a4cceeb2acb5cfd088dd23ea341aaa94 (diff) | |
| parent | 34a9365bd524767f20fc87b7f6485bf01957b2df (diff) | |
Merge "ARM: dts: msm: Set MPP_08 as default high for msm8996-cv2x"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi index c568b70cfcdf..c4f6700ee15e 100644 --- a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi @@ -398,7 +398,7 @@ qcom,vin-sel = <2>; /* S4 1.8V */ qcom,src-sel = <0>; /* Constant */ qcom,master-en = <1>; /* Enable GPIO */ - qcom,invert = <0>; /* Output low */ + qcom,invert = <1>; /* Output high */ status = "okay"; }; }; |
