diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-18 11:14:20 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-18 11:14:20 -0600 |
commit | 0edc8e9afeb29874ce4e6713eea41913d0abdd12 (patch) | |
tree | dd914a0eeb738883286b9a73d18a2a22c82c0989 /dts/upstream/Bindings/sound/imx-audio-spdif.txt | |
parent | b79e7edff34f3e5e838f4d67a871b27424b1178b (diff) | |
parent | 9110efdd9d7e4a641cee655e22b88f2214965950 (diff) | |
download | u-boot-0edc8e9afeb29874ce4e6713eea41913d0abdd12.tar.gz |
Subtree merge tag 'v6.10-dts' of devicetree-rebasing repo [1] into dts/upstream
[1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/
Diffstat (limited to 'dts/upstream/Bindings/sound/imx-audio-spdif.txt')
-rw-r--r-- | dts/upstream/Bindings/sound/imx-audio-spdif.txt | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dts/upstream/Bindings/sound/imx-audio-spdif.txt b/dts/upstream/Bindings/sound/imx-audio-spdif.txt deleted file mode 100644 index da84a442cce..00000000000 --- a/dts/upstream/Bindings/sound/imx-audio-spdif.txt +++ /dev/null @@ -1,36 +0,0 @@ -Freescale i.MX audio complex with S/PDIF transceiver - -Required properties: - - - compatible : "fsl,imx-audio-spdif" - - - model : The user-visible name of this sound complex - - - spdif-controller : The phandle of the i.MX S/PDIF controller - - -Optional properties: - - - spdif-out : This is a boolean property. If present, the - transmitting function of S/PDIF will be enabled, - indicating there's a physical S/PDIF out connector - or jack on the board or it's connecting to some - other IP block, such as an HDMI encoder or - display-controller. - - - spdif-in : This is a boolean property. If present, the receiving - function of S/PDIF will be enabled, indicating there - is a physical S/PDIF in connector/jack on the board. - -* Note: At least one of these two properties should be set in the DT binding. - - -Example: - -sound-spdif { - compatible = "fsl,imx-audio-spdif"; - model = "imx-spdif"; - spdif-controller = <&spdif>; - spdif-out; - spdif-in; -}; |