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

ASoC: imx-audmux: 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
5463c709 d29ae41e

+14 -8
+14 -8
Documentation/devicetree/bindings/sound/imx-audmux.txt
··· 1 1 Freescale Digital Audio Mux (AUDMUX) device 2 2 3 3 Required properties: 4 - - compatible : "fsl,imx21-audmux" for AUDMUX version firstly used on i.MX21, 5 - or "fsl,imx31-audmux" for the version firstly used on i.MX31. 6 - - reg : Should contain AUDMUX registers location and length 4 + 5 + - compatible : "fsl,imx21-audmux" for AUDMUX version firstly used 6 + on i.MX21, or "fsl,imx31-audmux" for the version 7 + firstly used on i.MX31. 8 + 9 + - reg : Should contain AUDMUX registers location and length. 7 10 8 11 An initial configuration can be setup using child nodes. 9 12 10 13 Required properties of optional child nodes: 11 - - fsl,audmux-port : Integer of the audmux port that is configured by this 12 - child node. 13 - - fsl,port-config : List of configuration options for the specific port. For 14 - imx31-audmux and above, it is a list of tuples <ptcr pdcr>. For 15 - imx21-audmux it is a list of pcr values. 14 + 15 + - fsl,audmux-port : Integer of the audmux port that is configured by this 16 + child node. 17 + 18 + - fsl,port-config : List of configuration options for the specific port. 19 + For imx31-audmux and above, it is a list of tuples 20 + <ptcr pdcr>. For imx21-audmux it is a list of pcr 21 + values. 16 22 17 23 Example: 18 24