forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 2
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 branches 'asoc/topic/stac9766', 'asoc/topic/sti…
…', 'asoc/topic/sti-codec', 'asoc/topic/sunxi' and 'asoc/topic/tegra' into asoc-next
- Loading branch information
Showing
23 changed files
with
1,816 additions
and
463 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
16 changes: 16 additions & 0 deletions
16
Documentation/devicetree/bindings/sound/sun8i-codec-analog.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,16 @@ | ||
* Allwinner Codec Analog Controls | ||
|
||
Required properties: | ||
- compatible: must be one of the following compatibles: | ||
- "allwinner,sun8i-a23-codec-analog" | ||
- "allwinner,sun8i-h3-codec-analog" | ||
|
||
Required properties if not a sub-node of the PRCM node: | ||
- reg: must contain the registers location and length | ||
|
||
Example: | ||
prcm: prcm@01f01400 { | ||
codec_analog: codec-analog { | ||
compatible = "allwinner,sun8i-a23-codec-analog"; | ||
}; | ||
}; |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.