Commit cc07e14b authored by Tzung-Bi Shih's avatar Tzung-Bi Shih Committed by Mark Brown

ASoC: dt-bindings: mt8183: add a property "mediatek, hdmi-codec"

Adds an optional property "mediatek,hdmi-codec".
Signed-off-by: default avatarTzung-Bi Shih <tzungbi@google.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200710052505.3664118-2-tzungbi@google.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 03824376
...@@ -9,6 +9,7 @@ Optional properties: ...@@ -9,6 +9,7 @@ Optional properties:
- mediatek,headset-codec: the phandles of ts3a227 codecs - mediatek,headset-codec: the phandles of ts3a227 codecs
- mediatek,ec-codec: the phandle of EC codecs. - mediatek,ec-codec: the phandle of EC codecs.
See google,cros-ec-codec.txt for more details. See google,cros-ec-codec.txt for more details.
- mediatek,hdmi-codec: the phandles of HDMI codec
Example: Example:
...@@ -16,6 +17,7 @@ Example: ...@@ -16,6 +17,7 @@ Example:
compatible = "mediatek,mt8183_mt6358_ts3a227_max98357"; compatible = "mediatek,mt8183_mt6358_ts3a227_max98357";
mediatek,headset-codec = <&ts3a227>; mediatek,headset-codec = <&ts3a227>;
mediatek,ec-codec = <&ec_codec>; mediatek,ec-codec = <&ec_codec>;
mediatek,hdmi-codec = <&it6505dptx>;
mediatek,platform = <&afe>; mediatek,platform = <&afe>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment