diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-09-15 10:26:36 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-17 13:33:08 +0200 |
commit | b07570628471777aabb5695284e1af4533e502da (patch) | |
tree | 8a0699b1be2d78e54da8687800edaeba2cf290ef /Documentation | |
parent | Linux 4.3-rc1 (diff) | |
download | linux-b07570628471777aabb5695284e1af4533e502da.tar.xz linux-b07570628471777aabb5695284e1af4533e502da.zip |
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')
-rw-r--r-- | Documentation/devicetree/bindings/sound/ak4613.txt | 17 |
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>; + }; +}; |