Commit 9c4c1045 authored by Nicolin Chen's avatar Nicolin Chen Committed by Mark Brown

ASoC: fsl_spdif: Add indentation for binding doc to increase readability

This patch simply adds indentations for DT binding doc to increase readability
without changing any contents.
Signed-off-by: default avatarNicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 73a2cd91
...@@ -20,18 +20,17 @@ Required properties: ...@@ -20,18 +20,17 @@ Required properties:
- clocks : Contains an entry for each entry in clock-names. - clocks : Contains an entry for each entry in clock-names.
- clock-names : Includes the following entries: - clock-names : Includes the following entries:
"core" The core clock of spdif controller "core" The core clock of spdif controller.
"rxtx<0-7>" Clock source list for tx and rx clock. "rxtx<0-7>" Clock source list for tx and rx clock.
This clock list should be identical to This clock list should be identical to the source
the source list connecting to the spdif list connecting to the spdif clock mux in "SPDIF
clock mux in "SPDIF Transceiver Clock Transceiver Clock Diagram" of SoC reference manual.
Diagram" of SoC reference manual. It It can also be referred to TxClk_Source bit of
can also be referred to TxClk_Source register SPDIF_STC.
bit of register SPDIF_STC.
- big-endian : If this property is absent, the native endian mode
- big-endian : If this property is absent, the native endian mode will will be in use as default, or the big endian mode
be in use as default, or the big endian mode will be in use for all the will be in use for all the device registers.
device registers.
Example: Example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment