summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/fsl-sai.txt
diff options
context:
space:
mode:
authorMark Brown2014-09-01 17:36:34 +0200
committerMark Brown2014-09-01 17:36:34 +0200
commit025b78b809134ae710efca7ccf0a84b927ffb7c4 (patch)
treeb091bbcb46e23bbd932bdc8e7c541503f5b9fa20 /Documentation/devicetree/bindings/sound/fsl-sai.txt
parentASoC: fsl_sai: Set SYNC bit of TCR2 to Asynchronous Mode (diff)
parentASoC: fsl-sai: Convert to use regmap framework's endianness method. (diff)
downloadkernel-qcow2-linux-025b78b809134ae710efca7ccf0a84b927ffb7c4.tar.gz
kernel-qcow2-linux-025b78b809134ae710efca7ccf0a84b927ffb7c4.tar.xz
kernel-qcow2-linux-025b78b809134ae710efca7ccf0a84b927ffb7c4.zip
Merge branch 'topic/fsl' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fsl-sai
Diffstat (limited to 'Documentation/devicetree/bindings/sound/fsl-sai.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/fsl-sai.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl-sai.txt b/Documentation/devicetree/bindings/sound/fsl-sai.txt
index dc9f9c356268..06a405e7f3e7 100644
--- a/Documentation/devicetree/bindings/sound/fsl-sai.txt
+++ b/Documentation/devicetree/bindings/sound/fsl-sai.txt
@@ -18,9 +18,8 @@ Required properties:
- pinctrl-names: Must contain a "default" entry.
- pinctrl-NNN: One property must exist for each entry in pinctrl-names.
See ../pinctrl/pinctrl-bindings.txt for details of the property values.
-- big-endian-regs: If this property is absent, the little endian mode will
- be in use as default, or the big endian mode will be in use for all the
- device registers.
+- big-endian: Boolean property, required if all the FTM_PWM registers
+ are big-endian rather than little-endian.
- big-endian-data: If this property is absent, the little endian mode will
be in use as default, or the big endian mode will be in use for all the
fifo data.
@@ -53,6 +52,6 @@ sai2: sai@40031000 {
dma-names = "tx", "rx";
dmas = <&edma0 0 VF610_EDMA_MUXID0_SAI2_TX>,
<&edma0 0 VF610_EDMA_MUXID0_SAI2_RX>;
- big-endian-regs;
+ big-endian;
big-endian-data;
};