forked from torvalds/linux
-
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/mtk' into asoc-next
- Loading branch information
Showing
6 changed files
with
90 additions
and
5 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.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 |
---|---|---|
@@ -1,15 +1,16 @@ | ||
MT8173 with RT5650 RT5676 CODECS | ||
MT8173 with RT5650 RT5676 CODECS and HDMI via I2S | ||
|
||
Required properties: | ||
- compatible : "mediatek,mt8173-rt5650-rt5676" | ||
- mediatek,audio-codec: the phandles of rt5650 and rt5676 codecs | ||
and of the hdmi encoder node | ||
- mediatek,platform: the phandle of MT8173 ASoC platform | ||
|
||
Example: | ||
|
||
sound { | ||
compatible = "mediatek,mt8173-rt5650-rt5676"; | ||
mediatek,audio-codec = <&rt5650 &rt5676>; | ||
mediatek,audio-codec = <&rt5650 &rt5676 &hdmi0>; | ||
mediatek,platform = <&afe>; | ||
}; | ||
|
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