aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/imx-audmux.txt
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2021-05-31 08:47:52 +0200
committerMark Brown <broonie@kernel.org>2021-06-03 13:59:58 +0100
commit14aa731dbf464f7272bcc2f0c4f32f6de28cbe8c (patch)
tree81ed37925520582dd7fcd150e627e30c1e415a04 /Documentation/devicetree/bindings/sound/imx-audmux.txt
parentASoC: imx-audio-rpmsg: use module_rpmsg_driver to simplify the code (diff)
downloadlinux-dev-14aa731dbf464f7272bcc2f0c4f32f6de28cbe8c.tar.xz
linux-dev-14aa731dbf464f7272bcc2f0c4f32f6de28cbe8c.zip
ASoC: dt-bindings: Convert imx-audmux binding to json schema
Convert the imx-audmux binding to DT schema format using json-schema Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20210531064752.8809-1-o.rempel@pengutronix.de Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/imx-audmux.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/imx-audmux.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/Documentation/devicetree/bindings/sound/imx-audmux.txt b/Documentation/devicetree/bindings/sound/imx-audmux.txt
deleted file mode 100644
index 2db4dcbee1b9..000000000000
--- a/Documentation/devicetree/bindings/sound/imx-audmux.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Freescale Digital Audio Mux (AUDMUX) device
-
-Required properties:
-
- - compatible : "fsl,imx21-audmux" for AUDMUX version firstly used
- on i.MX21, or "fsl,imx31-audmux" for the version
- firstly used on i.MX31.
-
- - reg : Should contain AUDMUX registers location and length.
-
-An initial configuration can be setup using child nodes.
-
-Required properties of optional child nodes:
-
- - fsl,audmux-port : Integer of the audmux port that is configured by this
- child node.
-
- - fsl,port-config : List of configuration options for the specific port.
- For imx31-audmux and above, it is a list of tuples
- <ptcr pdcr>. For imx21-audmux it is a list of pcr
- values.
-
-Example:
-
-audmux@21d8000 {
- compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
- reg = <0x021d8000 0x4000>;
-};