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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: clock: fsl-sai: Document clock-cells = <1> support

The driver now supports generation of both BCLK and MCLK, document
support for #clock-cells = <0> for legacy case and #clock-cells = <1>
for the new case which can differentiate between BCLK and MCLK.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Marek Vasut <marex@nabladev.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Marek Vasut and committed by
Stephen Boyd
f293f885 c206085b

+2 -2
+2 -2
Documentation/devicetree/bindings/clock/fsl,sai-clock.yaml
··· 10 10 - Michael Walle <michael@walle.cc> 11 11 12 12 description: | 13 - It is possible to use the BCLK pin of a SAI module as a generic 13 + It is possible to use the BCLK or MCLK pin of a SAI module as a generic 14 14 clock output. Some SoC are very constrained in their pin multiplexer 15 15 configuration. E.g. pins can only be changed in groups. For example, on 16 16 the LS1028A SoC you can only enable SAIs in pairs. If you use only one SAI, ··· 47 47 - const: mclk1 48 48 49 49 '#clock-cells': 50 - const: 0 50 + maximum: 1 51 51 52 52 allOf: 53 53 - if: