]> git.baikalelectronics.ru Git - uboot.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)
commit1af758f6c4d71bbb9a2cadd458623602b78d87f8
treef475f04f3ddbac0e9d15644e9025765a1e3b9fa8
parent6d5ab56756c4ed34cba6f32fef38dc0a396e2470
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