Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: dt-bindings: fsl_spdif: Add two PLL clock source

Add two PLL clock source, they are the parent clocks of root clock
one is for 8kHz series rates, another one is for 11kHz series rates.
They are optional clocks, if there are such clocks, then driver
can switch between them for supporting more accurate rates.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1656667961-1799-6-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Shengjiu Wang and committed by
Mark Brown
df0835a8 7cb7f07d

+4
+4
Documentation/devicetree/bindings/sound/fsl,spdif.yaml
··· 58 58 slave of the Shared Peripheral Bus and when two or more bus masters 59 59 (CPU, DMA or DSP) try to access it. This property is optional depending 60 60 on the SoC design. 61 + - description: PLL clock source for 8kHz series rate, optional. 62 + - description: PLL clock source for 11khz series rate, optional. 61 63 minItems: 9 62 64 63 65 clock-names: ··· 74 72 - const: rxtx6 75 73 - const: rxtx7 76 74 - const: spba 75 + - const: pll8k 76 + - const: pll11k 77 77 minItems: 9 78 78 79 79 big-endian: