diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 15:06:25 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 15:06:25 +0400 |
commit | 278d064bb84b85ad63a32e4eab6469d43d9e215f (patch) | |
tree | d9ecc62389e23ed783a153c1d1abc13bde26c407 /Documentation | |
parent | c331a23b3ceb3870f627221588694add7ae9659a (diff) | |
parent | c890caee54cd1fa2dd63d7f0c51d6b43eca63db3 (diff) | |
download | linux-278d064bb84b85ad63a32e4eab6469d43d9e215f.tar.xz |
Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/ak4642.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ak4642.txt b/Documentation/devicetree/bindings/sound/ak4642.txt new file mode 100644 index 000000000000..623d4e70ae11 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/ak4642.txt @@ -0,0 +1,17 @@ +AK4642 I2C transmitter + +This device supports I2C mode only. + +Required properties: + + - compatible : "asahi-kasei,ak4642" or "asahi-kasei,ak4643" or "asahi-kasei,ak4648" + - reg : The chip select number on the I2C bus + +Example: + +&i2c { + ak4648: ak4648@0x12 { + compatible = "asahi-kasei,ak4642"; + reg = <0x12>; + }; +}; |