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

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: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Nicolin Chen and committed by
Mark Brown
73a2cd91 f114040e

+23 -21
+23 -21
Documentation/devicetree/bindings/sound/fsl,esai.txt
··· 7 7 8 8 Required properties: 9 9 10 - - compatible : Compatible list, must contain "fsl,imx35-esai" or 11 - "fsl,vf610-esai" 10 + - compatible : Compatible list, must contain "fsl,imx35-esai" or 11 + "fsl,vf610-esai" 12 12 13 - - reg : Offset and length of the register set for the device. 13 + - reg : Offset and length of the register set for the device. 14 14 15 - - interrupts : Contains the spdif interrupt. 15 + - interrupts : Contains the spdif interrupt. 16 16 17 - - dmas : Generic dma devicetree binding as described in 18 - Documentation/devicetree/bindings/dma/dma.txt. 17 + - dmas : Generic dma devicetree binding as described in 18 + Documentation/devicetree/bindings/dma/dma.txt. 19 19 20 - - dma-names : Two dmas have to be defined, "tx" and "rx". 20 + - dma-names : Two dmas have to be defined, "tx" and "rx". 21 21 22 - - clocks: Contains an entry for each entry in clock-names. 22 + - clocks : Contains an entry for each entry in clock-names. 23 23 24 - - clock-names : Includes the following entries: 25 - "core" The core clock used to access registers 26 - "extal" The esai baud clock for esai controller used to derive 27 - HCK, SCK and FS. 28 - "fsys" The system clock derived from ahb clock used to derive 29 - HCK, SCK and FS. 24 + - clock-names : Includes the following entries: 25 + "core" The core clock used to access registers 26 + "extal" The esai baud clock for esai controller used to 27 + derive HCK, SCK and FS. 28 + "fsys" The system clock derived from ahb clock used to 29 + derive HCK, SCK and FS. 30 30 31 - - fsl,fifo-depth: The number of elements in the transmit and receive FIFOs. 32 - This number is the maximum allowed value for TFCR[TFWM] or RFCR[RFWM]. 31 + - fsl,fifo-depth : The number of elements in the transmit and receive 32 + FIFOs. This number is the maximum allowed value for 33 + TFCR[TFWM] or RFCR[RFWM]. 33 34 34 35 - fsl,esai-synchronous: This is a boolean property. If present, indicating 35 - that ESAI would work in the synchronous mode, which means all the settings 36 - for Receiving would be duplicated from Transmition related registers. 36 + that ESAI would work in the synchronous mode, which 37 + means all the settings for Receiving would be 38 + duplicated from Transmition related registers. 37 39 38 - - big-endian : If this property is absent, the native endian mode will 39 - be in use as default, or the big endian mode will be in use for all the 40 - device registers. 40 + - big-endian : If this property is absent, the native endian mode 41 + will be in use as default, or the big endian mode 42 + will be in use for all the device registers. 41 43 42 44 Example: 43 45