drivers: i2s_mcux_sai: control MCLK direction with DT property
For the SAI peripheral, the MCLK signal input/output direction is independent from the TX or RX bit clocks directions (TCR2[BCD] and RCR2[BCD]). Introduces mclk-output property. Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
parent
999b6a14a4
commit
331e0cef3f
3 changed files with 14 additions and 5 deletions
|
@ -9,3 +9,7 @@
|
|||
i2s-node1 = &sai0;
|
||||
};
|
||||
};
|
||||
|
||||
&sai0 {
|
||||
mclk-output;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue