diff options
author | Huang Chao <chao7.huang@samsung.com> | 2014-07-09 12:34:32 +0800 |
---|---|---|
committer | Huang Chao <chao7.huang@samsung.com> | 2014-07-09 13:22:01 +0800 |
commit | 840a2b290bd65ff84c226133468e3921bd23e4de (patch) | |
tree | 1c33032b39e05c1251dee8e03f19d066aef19da4 | |
parent | 240277c53be107ee015e081fd3eabbc7462c918c (diff) | |
download | linux-3.10-840a2b290bd65ff84c226133468e3921bd23e4de.tar.gz linux-3.10-840a2b290bd65ff84c226133468e3921bd23e4de.tar.bz2 linux-3.10-840a2b290bd65ff84c226133468e3921bd23e4de.zip |
ASoC: samsung: i2s: Correct documentation colon formats
The colons should be used as the same format, without a
space before it.
Change-Id: I44ebcba9c8b36fb492a056ac053720afdd732aa1
Signed-off-by: Huang Chao <chao7.huang@samsung.com>
-rw-r--r-- | Documentation/devicetree/bindings/sound/samsung-i2s.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/samsung-i2s.txt b/Documentation/devicetree/bindings/sound/samsung-i2s.txt index 3070046da2e..9f9b9e8586b 100644 --- a/Documentation/devicetree/bindings/sound/samsung-i2s.txt +++ b/Documentation/devicetree/bindings/sound/samsung-i2s.txt @@ -2,7 +2,7 @@ Required SoC Specific Properties: -- compatible : "samsung,i2s-v5" +- compatible: "samsung,i2s-v5" - reg: physical base address of the controller and length of memory mapped region. - dmas: list of DMA controller phandle and DMA request line ordered pairs. @@ -16,7 +16,7 @@ Optional SoC Specific Properties: - samsung,supports-rstclr: This flag should be set if I2S software reset bit control is required. When this flag is set I2S software reset bit will be enabled or disabled based on need. -- samsung,supports-secdai:If I2S block has a secondary FIFO and internal DMA, +- samsung,supports-secdai: If I2S block has a secondary FIFO and internal DMA, then this flag is enabled. - samsung,idma-addr: Internal DMA register base address of the audio sub system(used in secondary sound source). |