diff options
author | Mark Brown <broonie@kernel.org> | 2016-05-13 16:26:23 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-13 16:26:23 +0300 |
commit | e74ac45d892f3c03756bd9e9fb4d242fe08cb35d (patch) | |
tree | f38b089df17cd85871118d31963fdc3f26c6f2b9 /Documentation | |
parent | c988e26130132813e3550a7b97ab2ed2ae0455eb (diff) | |
parent | 97d3ddd71fbf663a5da52897757333341a8b254f (diff) | |
download | linux-e74ac45d892f3c03756bd9e9fb4d242fe08cb35d.tar.xz |
Merge remote-tracking branch 'asoc/topic/pcm5102' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/pcm5102a.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/pcm5102a.txt b/Documentation/devicetree/bindings/sound/pcm5102a.txt new file mode 100644 index 000000000000..c63ab0b6ee19 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/pcm5102a.txt @@ -0,0 +1,13 @@ +PCM5102a audio CODECs + +These devices does not use I2C or SPI. + +Required properties: + + - compatible : set as "ti,pcm5102a" + +Examples: + + pcm5102a: pcm5102a { + compatible = "ti,pcm5102a"; + }; |