summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2014-06-12 16:10:57 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:59:53 +0900
commit3d4c2d69a46017562e56d83bcac743b3d075ee86 (patch)
treed00daad19e523692b1c9b49dd480716183dcbee5 /Documentation
parente100ed01eb2baa19ae343d89f26539db93e78b90 (diff)
downloadlinux-3.10-3d4c2d69a46017562e56d83bcac743b3d075ee86.tar.gz
linux-3.10-3d4c2d69a46017562e56d83bcac743b3d075ee86.tar.bz2
linux-3.10-3d4c2d69a46017562e56d83bcac743b3d075ee86.zip
ASoC: odroidx2_max98090: Allow defining sound card name in DT
The 'samsung,model' property allows to define the sound card name in device tree, rather than relying on single name coded in the driver for all Odroid boards. Change-Id: Iad446b3d95d578d8d5390af5d0a9d8f9dcdd2a46 Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/samsung,odroidx2-max98090.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/sound/samsung,odroidx2-max98090.txt b/Documentation/devicetree/bindings/sound/samsung,odroidx2-max98090.txt
index 73a8914ea75..7e1d0a7ae4a 100644
--- a/Documentation/devicetree/bindings/sound/samsung,odroidx2-max98090.txt
+++ b/Documentation/devicetree/bindings/sound/samsung,odroidx2-max98090.txt
@@ -1,11 +1,11 @@
Samsung OdroidX2/U3 audio complex
Required properties:
- - compatible:
- "samsung,odroidx2-audio" - for odroidx2 board
- "samsung,odroidu3-audio" - for odroidu3 board
- - samsung,i2s-controller: the phandle of the I2S controller
- - samsung,audio-codec: the phandle of the max98090 audio codec
+ - compatible : "samsung,odroidx2-audio" - for odroidx2 board,
+ "samsung,odroidu3-audio" - for odroidu3 board
+ - samsung,model : the user-visible name of this sound complex.
+ - samsung,i2s-controller : the phandle of the I2S controller
+ - samsung,audio-codec : the phandle of the MAX98090 audio codec
Example:
@@ -14,4 +14,3 @@ sound {
samsung,i2s-controller = <&i2s0>;
samsung,audio-codec = <&max98090>;
};
-