Skip to content

Commit

Permalink
ASoC: mediatek: mt6358: add codec document
Browse files Browse the repository at this point in the history
Signed-off-by: Shunli Wang <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Shunli Wang authored and broonie committed Jan 25, 2019
1 parent 6a8d419 commit 7ca80f2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Documentation/devicetree/bindings/sound/mt6358.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Mediatek MT6358 Audio Codec

The communication between MT6358 and SoC is through Mediatek PMIC wrapper.
For more detail, please visit Mediatek PMIC wrapper documentation.

Must be a child node of PMIC wrapper.

Required properties:

- compatible : "mediatek,mt6358-sound".
- Avdd-supply : power source of AVDD

Example:

mt6358_snd {
compatible = "mediatek,mt6358-sound";
Avdd-supply = <&mt6358_vaud28_reg>;
};

0 comments on commit 7ca80f2

Please sign in to comment.