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

ASoC: eukrea-tlv320: Add indentation for binding doc to increase readability

This patch refines the DT binding doc for more readability by adding
extra blank lines and indentations.

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
d29ae41e 0b9938b2

+10 -5
+10 -5
Documentation/devicetree/bindings/sound/eukrea-tlv320.txt
··· 1 1 Audio complex for Eukrea boards with tlv320aic23 codec. 2 2 3 3 Required properties: 4 - - compatible : "eukrea,asoc-tlv320" 5 - - eukrea,model : The user-visible name of this sound complex. 6 - - ssi-controller : The phandle of the SSI controller. 7 - - fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX). 8 - - fsl,mux-ext-port : The external port of the i.MX audio muxer. 4 + 5 + - compatible : "eukrea,asoc-tlv320" 6 + 7 + - eukrea,model : The user-visible name of this sound complex. 8 + 9 + - ssi-controller : The phandle of the SSI controller. 10 + 11 + - fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX). 12 + 13 + - fsl,mux-ext-port : The external port of the i.MX audio muxer. 9 14 10 15 Note: The AUDMUX port numbering should start at 1, which is consistent with 11 16 hardware manual.