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

ASoC: imx-spdif: 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
6219b082 afa1fde6

+12 -10
+12 -10
Documentation/devicetree/bindings/sound/imx-audio-spdif.txt
··· 2 2 3 3 Required properties: 4 4 5 - - compatible : "fsl,imx-audio-spdif" 5 + - compatible : "fsl,imx-audio-spdif" 6 6 7 - - model : The user-visible name of this sound complex 7 + - model : The user-visible name of this sound complex 8 8 9 - - spdif-controller : The phandle of the i.MX S/PDIF controller 9 + - spdif-controller : The phandle of the i.MX S/PDIF controller 10 10 11 11 12 12 Optional properties: 13 13 14 - - spdif-out : This is a boolean property. If present, the transmitting 15 - function of S/PDIF will be enabled, indicating there's a physical 16 - S/PDIF out connector/jack on the board or it's connecting to some 17 - other IP block, such as an HDMI encoder/display-controller. 14 + - spdif-out : This is a boolean property. If present, the 15 + transmitting function of S/PDIF will be enabled, 16 + indicating there's a physical S/PDIF out connector 17 + or jack on the board or it's connecting to some 18 + other IP block, such as an HDMI encoder or 19 + display-controller. 18 20 19 - - spdif-in : This is a boolean property. If present, the receiving 20 - function of S/PDIF will be enabled, indicating there's a physical 21 - S/PDIF in connector/jack on the board. 21 + - spdif-in : This is a boolean property. If present, the receiving 22 + function of S/PDIF will be enabled, indicating there 23 + is a physical S/PDIF in connector/jack on the board. 22 24 23 25 * Note: At least one of these two properties should be set in the DT binding. 24 26