Skip to content

Commit 0889a67

Browse files
pcercueitsbogend
authored andcommitted
MIPS: qi_lb60: Fix routing to audio amplifier
The ROUT (right channel output of audio codec) was connected to INL (left channel of audio amplifier) instead of INR (right channel of audio amplifier). Fixes: 8ddebad ("MIPS: qi_lb60: Migrate to devicetree") Cc: [email protected] # v5.3 Signed-off-by: Paul Cercueil <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent a4aec0f commit 0889a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/ingenic/qi_lb60.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"Speaker", "OUTL",
7070
"Speaker", "OUTR",
7171
"INL", "LOUT",
72-
"INL", "ROUT";
72+
"INR", "ROUT";
7373

7474
simple-audio-card,aux-devs = <&amp>;
7575

0 commit comments

Comments
 (0)