mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
arm64: dts: qcom: x1e80100: drop wrong usb-role-switch properties
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>
This commit is contained in:
parent
dad66630a0
commit
7c0922fc89
|
|
@ -849,7 +849,6 @@ &usb_1_ss0 {
|
|||
|
||||
&usb_1_ss0_dwc3 {
|
||||
dr_mode = "host";
|
||||
usb-role-switch;
|
||||
};
|
||||
|
||||
&usb_1_ss1_hsphy {
|
||||
|
|
@ -871,7 +870,6 @@ &usb_1_ss1 {
|
|||
|
||||
&usb_1_ss1_dwc3 {
|
||||
dr_mode = "host";
|
||||
usb-role-switch;
|
||||
};
|
||||
|
||||
&usb_1_ss2_hsphy {
|
||||
|
|
@ -893,5 +891,4 @@ &usb_1_ss2 {
|
|||
|
||||
&usb_1_ss2_dwc3 {
|
||||
dr_mode = "host";
|
||||
usb-role-switch;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -545,7 +545,6 @@ &usb_1_ss0 {
|
|||
|
||||
&usb_1_ss0_dwc3 {
|
||||
dr_mode = "host";
|
||||
usb-role-switch;
|
||||
};
|
||||
|
||||
&usb_1_ss1_hsphy {
|
||||
|
|
@ -567,7 +566,6 @@ &usb_1_ss1 {
|
|||
|
||||
&usb_1_ss1_dwc3 {
|
||||
dr_mode = "host";
|
||||
usb-role-switch;
|
||||
};
|
||||
|
||||
&usb_1_ss2_hsphy {
|
||||
|
|
@ -589,5 +587,4 @@ &usb_1_ss2 {
|
|||
|
||||
&usb_1_ss2_dwc3 {
|
||||
dr_mode = "host";
|
||||
usb-role-switch;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user