]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: xhci-mtk: modify the SOF/ITP interval for mt8195
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Fri, 17 Feb 2023 09:04:10 +0000 (17:04 +0800)
committerMarek Vasut <marex@denx.de>
Thu, 2 Mar 2023 21:43:43 +0000 (22:43 +0100)
commitb2eff0340d60d070a8f1c9e58690c8f5714ba9ea
treef475f04f3ddbac0e9d15644e9025765a1e3b9fa8
parent39b854ae8609306986bc8e9d7330f64be3e54829
usb: xhci-mtk: modify the SOF/ITP interval for mt8195

There are 4 USB controllers on MT8195, the controllers (IP1~IP3,
exclude IP0) have a wrong default SOF/ITP interval which is
calculated from the frame counter clock 24Mhz by default, but
in fact, the frame counter clock is 48Mhz, so we shall set the
accurate interval according to 48Mhz for those controllers.

Note:
The first controller no need set it, but if set it, shall change
tphy's pll at the same time.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/host/xhci-mtk.c