diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 13:34:54 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 13:34:54 +0900 |
commit | 0c1c73376b0df5f19dac40cfbaa50f10404ad81b (patch) | |
tree | 99258139294978d6ceffac1e1ab89826780f3944 /Documentation | |
parent | 0bfbbc001a222f749e809550d4efccc11f95b85c (diff) | |
parent | a273cd13a5b168ceed5c0a0e07bda530479d7f47 (diff) | |
download | talos-obmc-linux-0c1c73376b0df5f19dac40cfbaa50f10404ad81b.tar.gz talos-obmc-linux-0c1c73376b0df5f19dac40cfbaa50f10404ad81b.zip |
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>; +}; |