mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
According to SpacemiT K3's updated docs, the USB2 ahb reset and USB2 bus
clock enable bit was wrongly swapped, the correct one should be:
Register : APMU_USB_CLK_RES_CTRL
bit[1] : usb2_port_bus_clk_en
bit[0] : usb2_port_ahb_rstn
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| reset-spacemit-common.c | ||
| reset-spacemit-common.h | ||
| reset-spacemit-k1.c | ||
| reset-spacemit-k3.c | ||