summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/ak4613.txt
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-09-15 08:26:36 +0000
committerMark Brown <broonie@kernel.org>2015-09-17 12:33:08 +0100
commitb07570628471777aabb5695284e1af4533e502da (patch)
tree8a0699b1be2d78e54da8687800edaeba2cf290ef /Documentation/devicetree/bindings/sound/ak4613.txt
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff)
ASoC: add ak4613 support
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/ak4613.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/ak4613.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ak4613.txt b/Documentation/devicetree/bindings/sound/ak4613.txt
new file mode 100644
index 000000000000..15a919522b42
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/ak4613.txt
@@ -0,0 +1,17 @@
+AK4613 I2C transmitter
+
+This device supports I2C mode only.
+
+Required properties:
+
+- compatible : "asahi-kasei,ak4613"
+- reg : The chip select number on the I2C bus
+
+Example:
+
+&i2c {
+ ak4613: ak4613@0x10 {
+ compatible = "asahi-kasei,ak4613";
+ reg = <0x10>;
+ };
+};