Skip to content

Commit 6ac93e5

Browse files
lweiss-fairphoneandersson
authored andcommitted
arm64: dts: qcom: qrb5165-rb5: 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 <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 0116025 commit 6ac93e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/qcom/qrb5165-rb5.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,21 +1008,21 @@
10081008

10091009
&q6asmdai {
10101010
dai@0 {
1011-
reg = <0>;
1011+
reg = <MSM_FRONTEND_DAI_MULTIMEDIA1>;
10121012
};
10131013

10141014
dai@1 {
1015-
reg = <1>;
1015+
reg = <MSM_FRONTEND_DAI_MULTIMEDIA2>;
10161016
};
10171017

10181018
dai@2 {
1019-
reg = <2>;
1019+
reg = <MSM_FRONTEND_DAI_MULTIMEDIA3>;
10201020
};
10211021

10221022
dai@3 {
10231023
direction = <Q6ASM_DAI_RX>;
10241024
is-compress-dai;
1025-
reg = <3>;
1025+
reg = <MSM_FRONTEND_DAI_MULTIMEDIA4>;
10261026
};
10271027
};
10281028

0 commit comments

Comments
 (0)