arm64: dts: qcom: hamoa: Add sound DAI prefixes for DP

Sound DAI devices exposing same set of mixers, e.g. each DisplayPort
controller, need to add dedicated prefix for these mixers to avoid
conflicts and to allow ALSA to properly configure given instance.

Suggested-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251217120051.98198-3-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2025-12-17 13:00:52 +01:00 committed by Bjorn Andersson
parent b7415c490d
commit d12cd85a4f

View File

@ -5608,6 +5608,7 @@ mdss_dp0: displayport-controller@ae90000 {
phy-names = "dp";
#sound-dai-cells = <0>;
sound-name-prefix = "DisplayPort0";
status = "disabled";
@ -5696,6 +5697,7 @@ mdss_dp1: displayport-controller@ae98000 {
phy-names = "dp";
#sound-dai-cells = <0>;
sound-name-prefix = "DisplayPort1";
status = "disabled";
@ -5784,6 +5786,7 @@ mdss_dp2: displayport-controller@ae9a000 {
phy-names = "dp";
#sound-dai-cells = <0>;
sound-name-prefix = "DisplayPort2";
status = "disabled";
@ -5867,6 +5870,7 @@ mdss_dp3: displayport-controller@aea0000 {
phy-names = "dp";
#sound-dai-cells = <0>;
sound-name-prefix = "DisplayPort3";
status = "disabled";