aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2015-03-09 08:11:08 -0400
committerMark Brown <broonie@kernel.org>2015-03-09 14:10:17 -0400
commit967beb2e87771411e08467152e3d9f1c3ae73a67 (patch)
tree9960e9024c97dfc5539fb480bdcdcb476e89637f /Documentation/devicetree/bindings/sound
parentc517d838eb7d07bbe9507871fab3931deccff539 (diff)
ASoC: jz4740: Add jz4780 support
The jz4780 and jz4740 have very similar i2s blocks. The slight difference is in Rx/Tx fifos. And the bitclocks for input/output are different. This patch adds jz4780 support to the driver Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/ingenic,jz4740-i2s.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/ingenic,jz4740-i2s.txt b/Documentation/devicetree/bindings/sound/ingenic,jz4740-i2s.txt
index b41433386e2f..b623d50004fb 100644
--- a/Documentation/devicetree/bindings/sound/ingenic,jz4740-i2s.txt
+++ b/Documentation/devicetree/bindings/sound/ingenic,jz4740-i2s.txt
@@ -1,7 +1,7 @@
1Ingenic JZ4740 I2S controller 1Ingenic JZ4740 I2S controller
2 2
3Required properties: 3Required properties:
4- compatible : "ingenic,jz4740-i2s" 4- compatible : "ingenic,jz4740-i2s" or "ingenic,jz4780-i2s"
5- reg : I2S registers location and length 5- reg : I2S registers location and length
6- clocks : AIC and I2S PLL clock specifiers. 6- clocks : AIC and I2S PLL clock specifiers.
7- clock-names: "aic" and "i2s" 7- clock-names: "aic" and "i2s"