IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / imx-audmux.txt
blob215aa9817213e9ea8e469a94f19fcc251aa87352
1 Freescale Digital Audio Mux (AUDMUX) device
3 Required properties:
4 - compatible : "fsl,imx21-audmux" for AUDMUX version firstly used on i.MX21,
5   or "fsl,imx31-audmux" for the version firstly used on i.MX31.
6 - reg : Should contain AUDMUX registers location and length
8 Example:
10 audmux@021d8000 {
11         compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
12         reg = <0x021d8000 0x4000>;