mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
imx8/sai: run off ref 25MHz clock - no need to turn audio PLL on
This commit is contained in:
parent
217f99b137
commit
6a714c488e
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ saiprobe(Audio *adev)
|
|||
iomuxpad("pad_sai2_txd0", "sai2_tx_data0", "~LVTTL HYS PUE ~ODE FAST 45_OHM");
|
||||
iomuxpad("pad_sai2_mclk", "sai2_mclk", "~LVTTL HYS PUE ~ODE FAST 45_OHM");
|
||||
|
||||
setclkrate("sai2.ipg_clk", "audio_pll1_clk", 25*Mhz);
|
||||
setclkrate("sai2.ipg_clk", "osc_25m_ref_clk", 25*Mhz);
|
||||
setclkgate("sai2.ipg_clk", 1);
|
||||
|
||||
intrenable(IRQsai2, saiinterrupt, ctlr, BUSUNKNOWN, "sai2");
|
||||
|
|
Loading…
Reference in a new issue