arm64: dts: qcom: sc7280: Set the default dr_mode for usb2

Set the default dr_mode for usb2 node to "otg" to enable
role-switch for EUD(Embedded USB Debugger) connector node.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
Link: https://lore.kernel.org/r/22fb3bbc16f3a0ae894068e4420e08ea86389817.1644339918.git.quic_schowdhu@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Souradeep Chowdhury 2022-02-08 23:24:28 +05:30 committed by Greg Kroah-Hartman
parent a0c68e4930
commit c18553956f

View File

@ -61,6 +61,10 @@
modem-init; modem-init;
}; };
&usb_2_dwc3 {
dr_mode = "otg";
};
&pmk8350_rtc { &pmk8350_rtc {
status = "okay"; status = "okay";
}; };