mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / arndale.txt
blob0e76946385aed9c5e3a73ad4509470687763b752
1 Audio Binding for Arndale boards
3 Required properties:
4 - compatible : Can be the following,
5                         "samsung,arndale-rt5631"
7 - samsung,audio-cpu: The phandle of the Samsung I2S controller
8 - samsung,audio-codec: The phandle of the audio codec
10 Optional:
11 - samsung,model: The name of the sound-card
13 Arndale Boards has many audio daughter cards, one of them is
14 rt5631/alc5631. Below example shows audio bindings for rt5631/
15 alc5631 based codec.
17 Example:
19 sound {
20                 compatible = "samsung,arndale-rt5631";
22                 samsung,audio-cpu = <&i2s0>
23                 samsung,audio-codec = <&rt5631>;