![](https://secure.gravatar.com/avatar/40317758bdb55ab264d2c88664a70d9b.jpg?s=120&d=mm&r=g)
From: Martin Sperl kernel@martin.sperl.org
Add dt-binding documentation for the TI pcm5102a DAC.
Signed-off-by: Martin Sperl kernel@martin.sperl.org --- Documentation/devicetree/bindings/sound/pcm5102a.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/pcm5102a.txt
diff --git a/Documentation/devicetree/bindings/sound/pcm5102a.txt b/Documentation/devicetree/bindings/sound/pcm5102a.txt new file mode 100644 index 0000000..87d72be --- /dev/null +++ b/Documentation/devicetree/bindings/sound/pcm5102a.txt @@ -0,0 +1,13 @@ +PCM5102a audio CODEC + +This device is a i2s only device. + +Required properties: + +- compatible : set as "ti,pcm5102a" + +Examples: + + pcm5102a: pcm5102a { + compatible = "ti,pcm5102a"; + };