-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LF-11213-1 usb: xhci-imx8m: Fix reference clock period issue
Because iMX8MQ is using 100Mhz ref_clk for USB core, configured the period parameters for 24Mhz ref_clk causes issue to iMX8MQ. Change the codes to follow kernel method to parse the dts property "snps,gfladj-refclk-lpm-sel-quirk" to enable GFLADJ_REFCLK_LPM_SEL, and get ref clock rate to calculate the period parameters for GUCTL and GFLADJ Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Jun Li <jun.li@nxp.com>
- Loading branch information
Ye Li
committed
Jan 5, 2024
1 parent
708942f
commit 4c1cf0a
Showing
2 changed files
with
81 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters