diff options
author | Raphael Poggi <poggi.raph@gmail.com> | 2015-11-07 00:51:47 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-11-11 02:23:40 +0300 |
commit | 87ab5205e620f0936f5c65c9d6c7b341dca9d5f9 (patch) | |
tree | 33215d44ac3e74be5b93f3f64a9b3c48a42124ba /Documentation/devicetree/bindings/sound/ak4554.txt | |
parent | 2d799dde8e69494e0234b8ecd5ce95cd06224329 (diff) | |
download | linux-87ab5205e620f0936f5c65c9d6c7b341dca9d5f9.tar.xz |
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.txt | 11 |
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 @@ +AK4554 ADC/DAC + +Required properties: + + - compatible : "asahi-kasei,ak4554" + +Example: + +ak4554-adc-dac { + compatible = "asahi-kasei,ak4554"; +}; |