summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/fsl,mqs.txt
blob: 7c288461e9ce7ec6133446cf30cfa19b230229d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
fsl,mqs audio CODEC

Required properties:

  - compatible : must contain one of "fsl,imx6sx-mqs" and "fsl,codec-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";
};