Commit 73a2cd91 authored by Nicolin Chen's avatar Nicolin Chen Committed by Mark Brown

ASoC: fsl_esai: 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 f114040e
...@@ -7,37 +7,39 @@ other DSPs. It has up to six transmitters and four receivers. ...@@ -7,37 +7,39 @@ other DSPs. It has up to six transmitters and four receivers.
Required properties: Required properties:
- compatible : Compatible list, must contain "fsl,imx35-esai" or - compatible : Compatible list, must contain "fsl,imx35-esai" or
"fsl,vf610-esai" "fsl,vf610-esai"
- reg : Offset and length of the register set for the device. - reg : Offset and length of the register set for the device.
- interrupts : Contains the spdif interrupt. - interrupts : Contains the spdif interrupt.
- dmas : Generic dma devicetree binding as described in - dmas : Generic dma devicetree binding as described in
Documentation/devicetree/bindings/dma/dma.txt. Documentation/devicetree/bindings/dma/dma.txt.
- dma-names : Two dmas have to be defined, "tx" and "rx". - dma-names : Two dmas have to be defined, "tx" and "rx".
- 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 used to access registers "core" The core clock used to access registers
"extal" The esai baud clock for esai controller used to derive "extal" The esai baud clock for esai controller used to
HCK, SCK and FS. derive HCK, SCK and FS.
"fsys" The system clock derived from ahb clock used to derive "fsys" The system clock derived from ahb clock used to
HCK, SCK and FS. derive HCK, SCK and FS.
- fsl,fifo-depth: The number of elements in the transmit and receive FIFOs. - fsl,fifo-depth : The number of elements in the transmit and receive
This number is the maximum allowed value for TFCR[TFWM] or RFCR[RFWM]. FIFOs. This number is the maximum allowed value for
TFCR[TFWM] or RFCR[RFWM].
- fsl,esai-synchronous: This is a boolean property. If present, indicating - fsl,esai-synchronous: This is a boolean property. If present, indicating
that ESAI would work in the synchronous mode, which means all the settings that ESAI would work in the synchronous mode, which
for Receiving would be duplicated from Transmition related registers. means all the settings for Receiving would be
duplicated from Transmition related registers.
- big-endian : If this property is absent, the native endian mode will - big-endian : If this property is absent, the native endian mode
be in use as default, or the big endian mode will be in use for all the will be in use as default, or the big endian mode
device registers. will be in use for all the 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