Re: [PATCH v1] arm64: dts: qcom: hamoa-evk: Add DP0/DP1 audio DAI links

From: Konrad Dybcio

Date: Mon Feb 09 2026 - 04:19:04 EST


On 2/9/26 10:11 AM, Le Qi wrote:
> Add DAI links for DP0 and DP1 playback and set sound-name-prefix
> for both DisplayPort endpoints in the hamoa-evk DTS.
>
> Signed-off-by: Le Qi <le.qi@xxxxxxxxxxxxxxxx>
> ---

[...]

> @@ -902,6 +934,7 @@ &mdss {
>
> &mdss_dp0 {
> status = "okay";
> + sound-name-prefix = "Display Port0";
> };
>
> &mdss_dp0_out {
> @@ -910,6 +943,7 @@ &mdss_dp0_out {
>
> &mdss_dp1 {
> status = "okay";
> + sound-name-prefix = "Display Port1";

This is already set in the SoC DTSI

Konrad