]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: hamoa-evk: Add DP0/DP1 audio playback support
authorLe Qi <le.qi@oss.qualcomm.com>
Tue, 10 Feb 2026 02:40:37 +0000 (10:40 +0800)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Mar 2026 15:21:13 +0000 (10:21 -0500)
The hamoa-evk DTS currently lacks DAI links for DP0 and DP1, preventing
the sound card from exposing these playback paths. Add the missing links
to enable audio output on both DP interfaces.

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Le Qi <le.qi@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260210024037.3719191-1-le.qi@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts

index c393dc3f4fd8f6dd2c1889940309faeea3118abe..460f27dcd6f694c22ab2670d26753ee096ab3682 100644 (file)
                                sound-dai = <&q6apm>;
                        };
                };
+
+               dp0-dai-link {
+                       link-name = "DP0 Playback";
+
+                       codec {
+                               sound-dai = <&mdss_dp0>;
+                       };
+
+                       cpu {
+                               sound-dai = <&q6apmbedai DISPLAY_PORT_RX_0>;
+                       };
+
+                       platform {
+                               sound-dai = <&q6apm>;
+                       };
+               };
+
+               dp1-dai-link {
+                       link-name = "DP1 Playback";
+
+                       codec {
+                               sound-dai = <&mdss_dp1>;
+                       };
+
+                       cpu {
+                               sound-dai = <&q6apmbedai DISPLAY_PORT_RX_1>;
+                       };
+
+                       platform {
+                               sound-dai = <&q6apm>;
+                       };
+               };
        };
 
        usb-1-ss0-sbu-mux {