-
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.
Merge remote-tracking branch 'asoc/topic/atmel' into asoc-next
- Loading branch information
Showing
32 changed files
with
1,108 additions
and
611 deletions.
There are no files selected for viewing
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,15 @@ | ||
* Atmel SSC driver. | ||
|
||
Required properties: | ||
- compatible: "atmel,at91rm9200-ssc" or "atmel,at91sam9g45-ssc" | ||
- atmel,at91rm9200-ssc: support pdc transfer | ||
- atmel,at91sam9g45-ssc: support dma transfer | ||
- reg: Should contain SSC registers location and length | ||
- interrupts: Should contain SSC interrupt | ||
|
||
Example: | ||
ssc0: ssc@fffbc000 { | ||
compatible = "atmel,at91rm9200-ssc"; | ||
reg = <0xfffbc000 0x4000>; | ||
interrupts = <14 4 5>; | ||
}; |
26 changes: 26 additions & 0 deletions
26
Documentation/devicetree/bindings/sound/atmel-at91sam9g20ek-wm8731-audio.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,26 @@ | ||
* Atmel at91sam9g20ek wm8731 audio complex | ||
|
||
Required properties: | ||
- compatible: "atmel,at91sam9g20ek-wm8731-audio" | ||
- atmel,model: The user-visible name of this sound complex. | ||
- atmel,audio-routing: A list of the connections between audio components. | ||
- atmel,ssc-controller: The phandle of the SSC controller | ||
- atmel,audio-codec: The phandle of the WM8731 audio codec | ||
Optional properties: | ||
- pinctrl-names, pinctrl-0: Please refer to pinctrl-bindings.txt | ||
|
||
Example: | ||
sound { | ||
compatible = "atmel,at91sam9g20ek-wm8731-audio"; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pinctrl_pck0_as_mck>; | ||
|
||
atmel,model = "wm8731 @ AT91SAMG20EK"; | ||
|
||
atmel,audio-routing = | ||
"Ext Spk", "LHPOUT", | ||
"Int MIC", "MICIN"; | ||
|
||
atmel,ssc-controller = <&ssc0>; | ||
atmel,audio-codec = <&wm8731>; | ||
}; |
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
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
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
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
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
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
Oops, something went wrong.