-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: SMDK: WM8994: Add device tree support for machine file
Add the basic device tree based lookup. Signed-off-by: Padmavathi Venna <padma.v@samsung.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
- Loading branch information
Padmavathi Venna
authored and
Mark Brown
committed
Jan 29, 2013
1 parent
99b97fd
commit 28a4805
Showing
4 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Samsung SMDK audio complex | ||
|
||
Required properties: | ||
- compatible : "samsung,smdk-wm8994" | ||
- samsung,i2s-controller: The phandle of the Samsung I2S0 controller | ||
- samsung,audio-codec: The phandle of the WM8994 audio codec | ||
Example: | ||
|
||
sound { | ||
compatible = "samsung,smdk-wm8994"; | ||
|
||
samsung,i2s-controller = <&i2s0>; | ||
samsung,audio-codec = <&wm8994>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters