]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: x1e80100-crd: enable otg on usb ports
authorJonathan Marek <jonathan@marek.ca>
Fri, 11 Oct 2024 23:16:22 +0000 (19:16 -0400)
committerBjorn Andersson <andersson@kernel.org>
Mon, 14 Oct 2024 23:38:23 +0000 (18:38 -0500)
The 3 USB ports on x1e80100-crd are OTG-capable, remove the dr_mode
override to enable OTG.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20241011231624.30628-2-jonathan@marek.ca
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100-crd.dts

index 10b28d870f08198e4740d516f18cd842a1accf58..58ab22f2c4ff832739d61015714271fea8290545 100644 (file)
        status = "okay";
 };
 
-&usb_1_ss0_dwc3 {
-       dr_mode = "host";
-};
-
 &usb_1_ss0_dwc3_hs {
        remote-endpoint = <&pmic_glink_ss0_hs_in>;
 };
        status = "okay";
 };
 
-&usb_1_ss1_dwc3 {
-       dr_mode = "host";
-};
-
 &usb_1_ss1_dwc3_hs {
        remote-endpoint = <&pmic_glink_ss1_hs_in>;
 };
        status = "okay";
 };
 
-&usb_1_ss2_dwc3 {
-       dr_mode = "host";
-};
-
 &usb_1_ss2_dwc3_hs {
        remote-endpoint = <&pmic_glink_ss2_hs_in>;
 };