aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Poggi2015-11-06 15:51:47 -0600
committerRob Herring2015-11-10 17:23:40 -0600
commit87ab5205e620f0936f5c65c9d6c7b341dca9d5f9 (patch)
tree33215d44ac3e74be5b93f3f64a9b3c48a42124ba /Documentation/devicetree/bindings/sound/ak4554.txt
parent2d799dde8e69494e0234b8ecd5ce95cd06224329 (diff)
downloadti-linux-kernel-87ab5205e620f0936f5c65c9d6c7b341dca9d5f9.tar.gz
ti-linux-kernel-87ab5205e620f0936f5c65c9d6c7b341dca9d5f9.tar.xz
ti-linux-kernel-87ab5205e620f0936f5c65c9d6c7b341dca9d5f9.zip
dt-bindings: ak4554: extension should be .txt
Signed-off-by: Raphaƫl Poggi <poggi.raph@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/ak4554.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/ak4554.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ak4554.txt b/Documentation/devicetree/bindings/sound/ak4554.txt
new file mode 100644
index 000000000000..934fa02754b3
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/ak4554.txt
@@ -0,0 +1,11 @@
1AK4554 ADC/DAC
2
3Required properties:
4
5 - compatible : "asahi-kasei,ak4554"
6
7Example:
8
9ak4554-adc-dac {
10 compatible = "asahi-kasei,ak4554";
11};