summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/imx-audio-cdnhdmi.txt
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2017-10-12 14:01:49 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:52:32 +0800
commitd16ae6be3502790e4f4fd53a4a964b0a85571b53 (patch)
tree0c9a5f48942be89feb3bfdeeac220e30c84130e0 /Documentation/devicetree/bindings/sound/imx-audio-cdnhdmi.txt
parente2c81bccd117896efdafc4b0339562d72965f29e (diff)
MLK-13946-4: ASoC: imx-cdnhdmi: refine machine driver for api changes
Since commit 3f5780eb4520 ("MLK-16538-2: hdmi api: Relocate hdmi api soure code") change the api. And hdmi video driver provide a new api for hdmi audio. Machine driver need to be updated accrodingly Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/imx-audio-cdnhdmi.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/imx-audio-cdnhdmi.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/sound/imx-audio-cdnhdmi.txt b/Documentation/devicetree/bindings/sound/imx-audio-cdnhdmi.txt
index 2aeb12854867..2b46b385f021 100644
--- a/Documentation/devicetree/bindings/sound/imx-audio-cdnhdmi.txt
+++ b/Documentation/devicetree/bindings/sound/imx-audio-cdnhdmi.txt
@@ -4,7 +4,7 @@ Required properties:
- compatible : "fsl,imx-audio-cdnhdmi"
- model : The user-visible name of this sound complex
- audio-cpu : The phandle of the i.MX SAI controller
-- video-mode : hdmi video mode
+- protocol : 0 is hdmi, 1 is dp.
Example:
@@ -12,6 +12,5 @@ sound-hdmi {
compatible = "fsl,imx-audio-cdnhdmi";
model = "imx-audio-hdmi";
audio-cpu = <&sai4>;
- video-mode = <95>; /* #16: 1920x1080p@60HZ 16:9 */
- /* #95: 3840x2160p@30Hz 16:9 */
+ protocol = <0>;
};