diff options
author | Paul Cercueil <[email protected]> | 2020-07-27 20:11:28 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2020-07-28 10:21:40 +0200 |
commit | 0889a67a9e7a56ba39af223d536630b20b877fda (patch) | |
tree | e4fb9cb1a6e5914c6239543e0f4ac61c5b71ea43 | |
parent | a4aec0f3f506ae5435e03aa9ed4fca31019985d0 (diff) |
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: 8ddebad15e9b ("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]>
-rw-r--r-- | arch/mips/boot/dts/ingenic/qi_lb60.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/ingenic/qi_lb60.dts b/arch/mips/boot/dts/ingenic/qi_lb60.dts index 7a371d9c5a33..eda37fb516f0 100644 --- a/arch/mips/boot/dts/ingenic/qi_lb60.dts +++ b/arch/mips/boot/dts/ingenic/qi_lb60.dts @@ -69,7 +69,7 @@ "Speaker", "OUTL", "Speaker", "OUTR", "INL", "LOUT", - "INL", "ROUT"; + "INR", "ROUT"; simple-audio-card,aux-devs = <&>; |