diff options
author | Kai Chieh Chuang <kaichieh.chuang@mediatek.com> | 2018-04-26 05:41:44 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-04-26 14:44:15 +0300 |
commit | a74d51ba0e17ec9b6c4cc32cbf06eac32747fda2 (patch) | |
tree | c9ed25c213e2b6e6cfdff85145e7eb10d3365ecd /Documentation/devicetree/bindings/sound | |
parent | 1e57b82891ade3fd71c030077901808a6e5376ab (diff) | |
download | linux-a74d51ba0e17ec9b6c4cc32cbf06eac32747fda2.tar.xz |
ASoC: add mt6351 codec driver
This patch adds the MediaTek MT6351 codec driver.
MT6351 communicate with SoC through MediaTek PMIC wrapper.
MT6351 use MediaTek proprietary audio interface.
Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt6351.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt6351.txt b/Documentation/devicetree/bindings/sound/mt6351.txt new file mode 100644 index 000000000000..7fb2cb99245e --- /dev/null +++ b/Documentation/devicetree/bindings/sound/mt6351.txt @@ -0,0 +1,16 @@ +Mediatek MT6351 Audio Codec + +The communication between MT6351 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,mt6351-sound". + +Example: + +mt6351_snd { + compatible = "mediatek,mt6351-sound"; +}; |