diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-12 12:56:52 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-12 12:56:52 (GMT) |
commit | 0680fa6c25d283d218cbb7760083c0d7ffb6d31c (patch) | |
tree | b731746e2a63ab3331ab81dc39f388e7cfceae7c /Documentation | |
parent | f1cc981b0257f0e0459137e61d13c4fe7652499b (diff) | |
parent | cc289be8c913006a43275dfd8ed4ac56b43140a8 (diff) | |
download | linux-0680fa6c25d283d218cbb7760083c0d7ffb6d31c.tar.xz |
Merge remote-tracking branch 'asoc/topic/ak5386' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/ak5386.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ak5386.txt b/Documentation/devicetree/bindings/sound/ak5386.txt new file mode 100644 index 0000000..dc3914f --- /dev/null +++ b/Documentation/devicetree/bindings/sound/ak5386.txt @@ -0,0 +1,19 @@ +AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC + +This device has no control interface. + +Required properties: + + - compatible : "asahi-kasei,ak5386" + +Optional properties: + + - reset-gpio : a GPIO spec for the reset/power down pin. + If specified, it will be deasserted at probe time. + +Example: + +spdif: ak5386@0 { + compatible = "asahi-kasei,ak5386"; + reset-gpio = <&gpio0 23>; +}; |