Skip to content

Commit 1724397

Browse files
Srinivas-Kandagatlaandersson
authored andcommitted
arm64: dts: qcom: db845c: fix asm dai setup
"direction" property is only valid for asm compressed dais, so remove it for non compressed dais Tested-by: Vinod Koul <[email protected]> Reviewed-by: Vinod Koul <[email protected]> Fixes: 89a32a4 ("arm64: dts: qcom: db845c: add analog audio support") Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 565775a commit 1724397

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm64/boot/dts/qcom/sdm845-db845c.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,17 +442,14 @@
442442
&q6asmdai {
443443
dai@0 {
444444
reg = <0>;
445-
direction = <2>;
446445
};
447446

448447
dai@1 {
449448
reg = <1>;
450-
direction = <2>;
451449
};
452450

453451
dai@2 {
454452
reg = <2>;
455-
direction = <1>;
456453
};
457454

458455
dai@3 {

0 commit comments

Comments
 (0)