arm64: dts: qcom: x1e80100: drop wrong usb-role-switch properties
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 29 Apr 2024 12:43:49 +0000 (15:43 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 May 2024 00:02:48 +0000 (19:02 -0500)
The usb-role-switch property doesn't make sense for the USB hosts which
are fixed to the host USB data mode. Delete usb-role-switch property
from these hosts.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240429-usb-link-dtsi-v1-12-87c341b55cdf@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100-crd.dts
arch/arm64/boot/dts/qcom/x1e80100-qcp.dts

index c5c2895b37c7fb9915b737a1d7a95aaf7e86220e..7e4a13969d25b16295b22a7faffc4bdc500f2ab6 100644 (file)
 
 &usb_1_ss0_dwc3 {
        dr_mode = "host";
-       usb-role-switch;
 };
 
 &usb_1_ss1_hsphy {
 
 &usb_1_ss1_dwc3 {
        dr_mode = "host";
-       usb-role-switch;
 };
 
 &usb_1_ss2_hsphy {
 
 &usb_1_ss2_dwc3 {
        dr_mode = "host";
-       usb-role-switch;
 };
index 2061fbe7b75a9eb0ccbb291b5421eb126af0b897..1aebfa5f958d404daa483311f3c491fcfe1bc281 100644 (file)
 
 &usb_1_ss0_dwc3 {
        dr_mode = "host";
-       usb-role-switch;
 };
 
 &usb_1_ss1_hsphy {
 
 &usb_1_ss1_dwc3 {
        dr_mode = "host";
-       usb-role-switch;
 };
 
 &usb_1_ss2_hsphy {
 
 &usb_1_ss2_dwc3 {
        dr_mode = "host";
-       usb-role-switch;
 };