arm64: dts: qcom: sdm850*: Use q6asm defines for reg

Use the MSM_FRONTEND_DAI_MULTIMEDIA* defines to make the code more
readable. No functional change intended.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250425-q6asmdai-defines-v1-9-28308e2ce7d4@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Luca Weiss
2025-04-25 13:53:48 +02:00
committed by Bjorn Andersson
parent 84665986b7
commit f18b14d2be
2 changed files with 6 additions and 6 deletions

View File

@@ -612,15 +612,15 @@ &qupv3_id_1 {
&q6asmdai {
dai@0 {
reg = <0>;
reg = <MSM_FRONTEND_DAI_MULTIMEDIA1>;
};
dai@1 {
reg = <1>;
reg = <MSM_FRONTEND_DAI_MULTIMEDIA2>;
};
dai@2 {
reg = <2>;
reg = <MSM_FRONTEND_DAI_MULTIMEDIA3>;
};
};

View File

@@ -425,15 +425,15 @@ &qupv3_id_1 {
&q6asmdai {
dai@0 {
reg = <0>;
reg = <MSM_FRONTEND_DAI_MULTIMEDIA1>;
};
dai@1 {
reg = <1>;
reg = <MSM_FRONTEND_DAI_MULTIMEDIA2>;
};
dai@2 {
reg = <2>;
reg = <MSM_FRONTEND_DAI_MULTIMEDIA3>;
};
};