diff options
author | Souradeep Chowdhury | 2022-02-25 18:33:00 +0530 |
---|---|---|
committer | Greg Kroah-Hartman | 2022-03-15 15:35:18 +0100 |
commit | 45a7dbf484aa13e2ac7ce909096e2fddae2b13f0 (patch) | |
tree | 07f7830be314727330eb0f9d89e479ea41a9d099 | |
parent | 850ebb27aed8eb2e68522791ed2fa23cecb07ff5 (diff) |
Revert "arm64: dts: qcom: sc7280: Set the default dr_mode for usb2"
This reverts commit c18553956f34819e224a79c9890eba2ba0604e15.
Revert the change to set dr_mode for usb2 in case of
Embedded USB Debugger(EUD). This change needs to be
reverted as the DT changes for QCOM should go through
the QCOM tree and not the USB tree.
Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
Link: https://lore.kernel.org/r/87008876afb33d8e1b7fd78d2fd5b6d9ec343d7d.1645793187.git.quic_schowdhu@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7280-idp.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dts b/arch/arm64/boot/dts/qcom/sc7280-idp.dts index f40eaa51b5bc..9b991ba5daaf 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-idp.dts +++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dts @@ -61,10 +61,6 @@ modem-init; }; -&usb_2_dwc3 { - dr_mode = "otg"; -}; - &pmk8350_rtc { status = "okay"; }; |