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

ASoC: imx-wm8962: 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
6a6dec83 6219b082

+23 -16
+23 -16
Documentation/devicetree/bindings/sound/imx-audio-wm8962.txt
··· 1 1 Freescale i.MX audio complex with WM8962 codec 2 2 3 3 Required properties: 4 - - compatible : "fsl,imx-audio-wm8962" 5 - - model : The user-visible name of this sound complex 6 - - ssi-controller : The phandle of the i.MX SSI controller 7 - - audio-codec : The phandle of the WM8962 audio codec 8 - - audio-routing : A list of the connections between audio components. 9 - Each entry is a pair of strings, the first being the connection's sink, 10 - the second being the connection's source. Valid names could be power 11 - supplies, WM8962 pins, and the jacks on the board: 12 4 13 - Power supplies: 14 - * Mic Bias 5 + - compatible : "fsl,imx-audio-wm8962" 15 6 16 - Board connectors: 17 - * Mic Jack 18 - * Headphone Jack 19 - * Ext Spk 7 + - model : The user-visible name of this sound complex 20 8 21 - - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX) 22 - - mux-ext-port : The external port of the i.MX audio muxer 9 + - ssi-controller : The phandle of the i.MX SSI controller 10 + 11 + - audio-codec : The phandle of the WM8962 audio codec 12 + 13 + - audio-routing : A list of the connections between audio components. 14 + Each entry is a pair of strings, the first being the 15 + connection's sink, the second being the connection's 16 + source. Valid names could be power supplies, WM8962 17 + pins, and the jacks on the board: 18 + 19 + Power supplies: 20 + * Mic Bias 21 + 22 + Board connectors: 23 + * Mic Jack 24 + * Headphone Jack 25 + * Ext Spk 26 + 27 + - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX) 28 + 29 + - mux-ext-port : The external port of the i.MX audio muxer 23 30 24 31 Note: The AUDMUX port numbering should start at 1, which is consistent with 25 32 hardware manual.