diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-05-20 04:12:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-21 13:54:59 +0300 |
commit | 9ff3036a60837b6ee0b7f70180f39ac29deb8cc2 (patch) | |
tree | f7665a6e7ae4d1899bd83018f714a468f90d7702 /Documentation/devicetree/bindings/sound/fsl-sai.txt | |
parent | 7608102ee610cb4a65b38a4e1319e22c7ebeb04b (diff) | |
download | linux-9ff3036a60837b6ee0b7f70180f39ac29deb8cc2.tar.xz |
ASoC: fsl: Mark 'big-endian' property as optional
Currently the 'big-endian' property is listed as required, which is
not correct. i.MX SoCs do not need such property, so move it under
'Optional properties' entry instead.
Also, fsl-sai.txt incorrectly referenced 'FTM_PWM registers', so
change it to 'SAI registers', which is the intended description.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/fsl-sai.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl-sai.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl-sai.txt b/Documentation/devicetree/bindings/sound/fsl-sai.txt index 740b467adf7d..dd9e59738e08 100644 --- a/Documentation/devicetree/bindings/sound/fsl-sai.txt +++ b/Documentation/devicetree/bindings/sound/fsl-sai.txt @@ -28,9 +28,6 @@ Required properties: pinctrl-names. See ../pinctrl/pinctrl-bindings.txt for details of the property values. - - big-endian : Boolean property, required if all the FTM_PWM - registers are big-endian rather than little-endian. - - lsb-first : Configures whether the LSB or the MSB is transmitted first for the fifo data. If this property is absent, the MSB is transmitted first as default, or the LSB @@ -48,6 +45,11 @@ Required properties: receive data by following their own bit clocks and frame sync clocks separately. +Optional properties: + + - big-endian : Boolean property, required if all the SAI + registers are big-endian rather than little-endian. + Optional properties (for mx6ul): - fsl,sai-mclk-direction-output: This is a boolean property. If present, |