Message ID | 20200727181128.25756-1-paul@crapouillou.net (mailing list archive) |
---|---|
State | Mainlined |
Commit | 0889a67a9e7a56ba39af223d536630b20b877fda |
Headers | show |
Series | MIPS: qi_lb60: Fix routing to audio amplifier | expand |
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: stable@vger.kernel.org # v5.3 > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- > arch/mips/boot/dts/ingenic/qi_lb60.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to mips-next. Thomas.
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 @@ sound { "Speaker", "OUTL", "Speaker", "OUTR", "INL", "LOUT", - "INL", "ROUT"; + "INR", "ROUT"; simple-audio-card,aux-devs = <&>;
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: stable@vger.kernel.org # v5.3 Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- arch/mips/boot/dts/ingenic/qi_lb60.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)