diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-10-18 15:37:46 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-23 11:15:03 (GMT) |
commit | 1427e660b49e87cd842dba94158b0fc73030c17e (patch) | |
tree | ef2231aab6bed2858d9cbc1d9d597f622c1c4637 /Documentation | |
parent | 62561b39ea346ec2e48e01de9fd6f38383b67bd3 (diff) | |
download | linux-fsl-qoriq-1427e660b49e87cd842dba94158b0fc73030c17e.tar.xz |
ASoC: davinci-mcasp: Remove redundant num-serializer DT parameter
The serial-dir array gives this information so there is no need to have the
num-serializer property in DT description.
Just ignore the property in the driver the DTS files can be updated
separately without regression.
Update the documentation at the same time for davinci-mcasp
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt b/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt index b925bf9..0aa416b 100644 --- a/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt +++ b/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt @@ -49,7 +49,6 @@ mcasp0: mcasp0@1d00000 { interrupts-names = "tx", "rx"; op-mode = <0>; /* MCASP_IIS_MODE */ tdm-slots = <2>; - num-serializer = <16>; serial-dir = < 0 0 0 0 /* 0: INACTIVE, 1: TX, 2: RX */ 0 0 0 0 |