diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 00:21:56 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 00:21:56 +0900 |
commit | c3b07b077332fd94f5afef5932c077226af8827f (patch) | |
tree | fd68f158a4350f2e1926180c9d222a01b210ef28 /Documentation | |
parent | 4e5a4b128acaf42e48067e73241054194b899a40 (diff) | |
parent | a273cd13a5b168ceed5c0a0e07bda530479d7f47 (diff) |
Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/ak4104.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ak4104.txt b/Documentation/devicetree/bindings/sound/ak4104.txt new file mode 100644 index 000000000000..b902ee39cf89 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/ak4104.txt @@ -0,0 +1,22 @@ +AK4104 S/PDIF transmitter + +This device supports SPI mode only. + +Required properties: + + - compatible : "asahi-kasei,ak4104" + + - reg : The chip select number on the SPI bus + +Optional properties: + + - reset-gpio : a GPIO spec for the reset pin. If specified, it will be + deasserted before communication to the device starts. + +Example: + +spdif: ak4104@0 { + compatible = "asahi-kasei,ak4104"; + reg = <0>; + spi-max-frequency = <5000000>; +}; |