Searched hist:ac8e4a892e8eb0463d8d9db49f3c456cfef191c4 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-naneng-combphy.c | ac8e4a892e8eb0463d8d9db49f3c456cfef191c4 Fri Mar 08 03:31:58 UTC 2024 William Wu <william.wu@rock-chips.com> phy: rockchip: naneng-combphy: Support disable usb3 port
The usb3 host controller support one usb3 port and one usb2 port, and these two ports can work independently.
+------+ +----------+ +----------------+ | USB2 |---->| USB2 PHY | | |---->| PORT | +----------+ | USB3 HOST CTRL | +------+ | |---->| USB3 | +----------+ +----------------+ | PROT |---->| COMBO PHY| +------+ +----------+
This patch support usb3 host to disable usb3 port and only support usb2 port.
In addition, for RK3576, it use pipe_phymode to select MMU for PCIe/SATA/USB controllers, and the default pipe_phymode value is 2'b00 which used for PCIe mode. So it needs to set pipe_phymode for usb even if only use usb2 port.
Change-Id: I26b8b5445cf153719944442195421e10e88c269b Signed-off-by: William Wu <william.wu@rock-chips.com>
|