]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: armada-370-db: Fix stereo audio input routing on Armada 370
authorJihed Chaibi <jihed.chaibi.dev@gmail.com>
Wed, 23 Jul 2025 22:45:04 +0000 (00:45 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 22 Aug 2025 12:59:59 +0000 (14:59 +0200)
The simple-audio-card configuration for the Armada 370 development
board incorrectly routed the left channel signal ("AIN1L") to both
sides of the stereo "In Jack".

This commit corrects the typo for the right channel, changing the
second "AIN1L" entry to "AIN1R" to enable proper stereo input
recording.

Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/marvell/armada-370-db.dts

index a7dc4c04d10bdf19f7eab0e5b849e311b649074d..a9a05d826f2233b8b4e04c7d586cbe96504b8aa3 100644 (file)
                        "Out Jack", "HPL",
                        "Out Jack", "HPR",
                        "AIN1L", "In Jack",
-                       "AIN1L", "In Jack";
+                       "AIN1R", "In Jack";
                status = "okay";
 
                simple-audio-card,dai-link@0 {