aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2019-04-26 12:10:25 -0700
committerAndy Gross <agross@kernel.org>2019-05-29 21:36:46 -0500
commit9000a55bedb44f8fbb03bdf072dbd0657fc92a44 (patch)
treeadb20176cf782e0827246973dd821ed3ca01b013 /arch/arm64/boot/dts/qcom/sdm845-mtp.dts
parentarm64: dts: qcom: qcs404-evb: increase s3 max voltage (diff)
downloadlinux-dev-9000a55bedb44f8fbb03bdf072dbd0657fc92a44.tar.xz
linux-dev-9000a55bedb44f8fbb03bdf072dbd0657fc92a44.zip
arm64: dts: qcom: sdm845-mtp: Make USB1 peripheral
The MTP is a "mobile reference device", as such the default operation is to use fastboot to boot/flash software onto it and the common case is thereby that we boot with a USB cable connected downstream from a PC or a hub. And without support for the PMI8998 charger block VBUS will not be driven by the device. Switch to peripheral until we can enable OTG. Reviewed-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <agross@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sdm845-mtp.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/sdm845-mtp.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
index 02b8357c8ce8..2e78638eb73b 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
@@ -404,8 +404,8 @@
};
&usb_1_dwc3 {
- /* Until we have Type C hooked up we'll force this as host. */
- dr_mode = "host";
+ /* Until we have Type C hooked up we'll force this as peripheral. */
+ dr_mode = "peripheral";
};
&usb_1_hsphy {