summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2017-10-12 14:01:49 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:28:41 +0800
commitaaab47ec64268c7593d95cab13205d1a5f15d164 (patch)
treea912d4cbdcd9c9b2324ec66f94ca96113b5ac0fd /Documentation
parent7151aba4a486c0b997903550f0a8be2a9f6109d1 (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')
-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>;
};