mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 02:00:43 -04:00
arm64: dts: zx296718: set a better parent clock for I2S0
The default I2S0 parent clock AUDIO_24M can not be divided into required sample rate in some cases, for example when 48KHz is needed. Change the parent clock to AUDIO_99M which works for most sample rates. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
@@ -564,6 +564,8 @@ i2s0: i2s@1482000 {
|
||||
clocks = <&audiocrm AUDIO_I2S0_WCLK>,
|
||||
<&audiocrm AUDIO_I2S0_PCLK>;
|
||||
clock-names = "wclk", "pclk";
|
||||
assigned-clocks = <&audiocrm I2S0_WCLK_MUX>;
|
||||
assigned-clock-parents = <&topcrm AUDIO_99M>;
|
||||
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
|
||||
dmas = <&dma 22>, <&dma 23>;
|
||||
dma-names = "tx", "rx";
|
||||
|
||||
Reference in New Issue
Block a user