Commit b22d313e authored by V Sujith Kumar Reddy's avatar V Sujith Kumar Reddy Committed by Bjorn Andersson

arm64: dts: qcom: sc7180-trogdor: Add lpass dai link for HDMI

Add dai link in sc7180-trogdor.dtsi for supporting audio over DP
Signed-off-by: default avatarV Sujith Kumar Reddy <vsujithk@codeaurora.org>
Signed-off-by: default avatarSrinivasa Rao Mandadapu <srivasam@qti.qualcomm.com>
Reviewed-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20210721080549.28822-3-srivasam@qti.qualcomm.comSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 5b01733f
......@@ -288,6 +288,7 @@ sound: sound {
"Headphone Jack", "HPOL",
"Headphone Jack", "HPOR";
#sound-dai-cells = <0>;
#address-cells = <1>;
#size-cells = <0>;
......@@ -314,6 +315,18 @@ sound_multimedia1_codec: codec {
sound-dai = <&max98360a>;
};
};
dai-link@2 {
link-name = "MultiMedia2";
reg = <2>;
cpu {
sound-dai = <&lpass_cpu 2>;
};
codec {
sound-dai = <&mdss_dp>;
};
};
};
};
......@@ -768,6 +781,10 @@ secondary_mi2s: mi2s@1 {
reg = <MI2S_SECONDARY>;
qcom,playback-sd-lines = <0>;
};
hdmi-primary@0 {
reg = <LPASS_DP_RX>;
};
};
&mdp {
......
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