summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2019-12-02 18:00:39 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-12-02 18:00:39 +0800
commitdfc1c26529095728014535bf79680b346dbd83a5 (patch)
treebbdd5bda07cca30e7146c4a88c628f9a6d8bd6f6 /Documentation
parent2e5482f337075fa86e34c736ddf38b8327047582 (diff)
parent5a56ee6204fd3670494ca7a547176d3bc338b2ff (diff)
Merge remote-tracking branch 'origin/audio/codec' into audio/next
* origin/audio/codec: (34 commits) LF-102: ASoC: ak4458: Support DSD512 when codec is ak4497 ASoC: AK4458: Enable DSD for AK4497 MLK-17817-1: ASoC: ak4458: enable daisy chain MLK-20189-7: ASoC: ak4458: check reset control status MLK-19573-2: ASoC: ak4458: enable DSD playback ...
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/fsl,mqs.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,mqs.txt b/Documentation/devicetree/bindings/sound/fsl,mqs.txt
new file mode 100644
index 000000000000..092083d3a335
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/fsl,mqs.txt
@@ -0,0 +1,23 @@
+fsl,mqs audio CODEC
+
+Required properties:
+
+ - compatible : must contain one of "fsl,imx6sx-mqs", "fsl,codec-mqs"
+ "fsl,imx8qm-mqs".
+
+ - clocks : a list of phandles + clock-specifiers, one for each entry in
+ clock-names
+
+ - clock-names : must contain "mclk"
+
+ - gpr : the gpr node.
+
+Example:
+
+mqs: mqs {
+ compatible = "fsl,imx6sx-mqs";
+ gpr = <&gpr>;
+ clocks = <&clks IMX6SX_CLK_SAI1>;
+ clock-names = "mclk";
+ status = "disabled";
+};