Skip to content

Commit

Permalink
arm64: dts: qcom: sc7180-trogdor: Add lpass dai link for HDMI
Browse files Browse the repository at this point in the history
Add dai link in sc7180-trogdor.dtsi for supporting audio over DP

Signed-off-by: V Sujith Kumar Reddy <vsujithk@codeaurora.org>
Signed-off-by: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
  • Loading branch information
V Sujith Kumar Reddy authored and intel-lab-lkp committed Jul 24, 2021
1 parent 56f0e70 commit 135d344
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,18 @@
sound-dai = <&max98357a>;
};
};

dai-link@5 {
link-name = "MultiMedia2";
reg = <LPASS_DP_RX>;
cpu {
sound-dai = <&lpass_cpu 2>;
};

codec {
sound-dai = <&mdss_dp>;
};
};
};
};

Expand Down Expand Up @@ -768,6 +780,10 @@ hp_i2c: &i2c9 {
reg = <MI2S_SECONDARY>;
qcom,playback-sd-lines = <0>;
};

hdmi@5 {
reg = <PASS_DP_RX>;
};
};

&mdp {
Expand Down

0 comments on commit 135d344

Please sign in to comment.