LIN clock modify

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LIN clock modify

1,827件の閲覧回数
longfeiwang
Contributor III

The LIN module has three clock sources: FIRC, FXOSC, and PERIPH_PLL_PHI3_CLK. Now the clock source PERIPH_PLL_PHI3_CLK is selected. I want to change the clock source from PERIPH_PLL_PHI3_CLK to FXOSC. How should I change it under linux?

0 件の賞賛
返信
2 返答(返信)

1,780件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello longfeiwang,

Uboot configures the following clocks/PLLS.

  • A53 core PLL, DFS and Muxes to get the clocks setup for A53.
  • Periph PLL, DFS and  MC_CGM0  for peripherals (PCIe, SPI, SDHC, GMAC, CAN, LIN, FTM, etc)
  • DDR PLL and MC_CGM5 for DDR clock
  • Accel PLL
  • PFE MAC clock
  • PFE PE clock
  • Aurora PLL: may or may not be done in u-boot(TBD)

As such Linux does not configure/re-configure the clocks.

Regards

 

0 件の賞賛
返信

1,762件の閲覧回数
longfeiwang
Contributor III

After linux starts, modify the clock source of the LIN module and change it from PERIPH_PLL_PHI3_CLK to FXOSC. What should I do?

0 件の賞賛
返信