rockchip64-6.19: mekotronics-r58x-4g: fix type-A USB ports
- this gets the 3 usb type-A ports in the front working
This commit is contained in:
parent
3295ab61a2
commit
a13e185e8d
@ -943,6 +943,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&usbdp_phy1 {
|
||||
rockchip,dp-lane-mux = <0 1 2 3>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy0 {
|
||||
status = "okay";
|
||||
@ -960,15 +964,13 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
// XHCI (USB3) stuff is disabled, as it all depends on the fusb302 USB-C controller
|
||||
// the blue ports on the front of the board, labelled "USB3", arent really USB3, but USB2.
|
||||
&u2phy1 { // for usbdp_phy1 which is also usb_host1_xhci
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy1_otg { // for usb_host1_xhci
|
||||
&u2phy1_otg {
|
||||
phy-supply = <&vcc5v0_host>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
// USB 2.0 stuff that somewhat works:
|
||||
@ -998,6 +1000,11 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host0_xhci {
|
||||
dr_mode = "host";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host1_ehci {
|
||||
status = "okay";
|
||||
};
|
||||
@ -1006,6 +1013,11 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host1_xhci {
|
||||
dr_mode = "host";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vop {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user