Skip to content

Commit f293f88

Browse files
Marek Vasutbebarino
authored andcommitted
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 <[email protected]> Signed-off-by: Marek Vasut <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent c206085 commit f293f88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/clock/fsl,sai-clock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Michael Walle <[email protected]>
1111

1212
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
1414
clock output. Some SoC are very constrained in their pin multiplexer
1515
configuration. E.g. pins can only be changed in groups. For example, on
1616
the LS1028A SoC you can only enable SAIs in pairs. If you use only one SAI,
@@ -47,7 +47,7 @@ properties:
4747
- const: mclk1
4848

4949
'#clock-cells':
50-
const: 0
50+
maximum: 1
5151

5252
allOf:
5353
- if:

0 commit comments

Comments
 (0)