[PATCH] MIPS: qi_lb60: Fix routing to audio amplifier

2020-07-27 Thread Paul Cercueil
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: sta...@vger.kernel.org # v5.3 Signed-off-by: Paul Cercueil --- arch/mips/boot/

Re: [PATCH] MIPS: qi_lb60: Fix routing to audio amplifier

2020-07-28 Thread Thomas Bogendoerfer
On Mon, Jul 27, 2020 at 08:11:28PM +0200, Paul Cercueil wrote: > 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: sta..