Skip to content

Commit e99e02e

Browse files
lweiss-fairphoneandersson
authored andcommitted
arm64: dts: qcom: apq8096-db820c: 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 6b51f5e commit e99e02e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/qcom/apq8096-db820c.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -953,15 +953,15 @@
953953

954954
&q6asmdai {
955955
dai@0 {
956-
reg = <0>;
956+
reg = <MSM_FRONTEND_DAI_MULTIMEDIA1>;
957957
};
958958

959959
dai@1 {
960-
reg = <1>;
960+
reg = <MSM_FRONTEND_DAI_MULTIMEDIA2>;
961961
};
962962

963963
dai@2 {
964-
reg = <2>;
964+
reg = <MSM_FRONTEND_DAI_MULTIMEDIA3>;
965965
};
966966
};
967967

0 commit comments

Comments
 (0)