diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-06 14:32:57 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-06 14:32:57 -0800 |
| commit | 12c33fabcb4ff8ceac0bebe001fcbd33a2ea115e (patch) | |
| tree | 09dd0cbe12b19656ab0c65fe858f84a1087f5ff8 /arch | |
| parent | 5142c18bae30439decd1c139999b54197e2aae91 (diff) | |
| parent | 15a1ac889807eb645108258dc96c0a69370442ee (diff) | |
Merge "msm: mdss: dp: fix parity byte calculation"
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8998-pinctrl.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998-pinctrl.dtsi b/arch/arm/boot/dts/qcom/msm8998-pinctrl.dtsi index 5685e9041fe4..645f9c2c083c 100644 --- a/arch/arm/boot/dts/qcom/msm8998-pinctrl.dtsi +++ b/arch/arm/boot/dts/qcom/msm8998-pinctrl.dtsi @@ -1508,7 +1508,7 @@ mdss_dp_usbplug_cc_active: mdss_dp_usbplug_cc_active { mux { pins = "gpio38"; - function = "usb_phy"; + function = "gpio"; }; config { @@ -1521,7 +1521,7 @@ mdss_dp_usbplug_cc_suspend: mdss_dp_usbplug_cc_suspend { mux { pins = "gpio38"; - function = "usb_phy"; + function = "gpio"; }; config { |
