ARM: dts: kirkwood: lsxl: fix serial line
authorMichael Walle <michael@walle.cc>
Tue, 16 Aug 2022 00:10:24 +0000 (02:10 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 2 Sep 2022 14:13:41 +0000 (16:13 +0200)
commit04eabc6ac10fda9424606d9a7ab6ab9a5d95350a
treedcc44ee251855bac705539b7c1a0e466f851263d
parent54d8a6b7f0e858ee5acc05a6ed0ac78ed0d562f1
ARM: dts: kirkwood: lsxl: fix serial line

Commit 327e15428977 ("ARM: dts: kirkwood: consolidate common pinctrl
settings") unknowingly broke the serial output on this board. Before
this commit, the pinmux was still configured by the bootloader and the
kernel didn't reconfigured it again. This was an oversight by the
initial board support where the pinmux for the serial line was never
configured by the kernel. But with this commit, the serial line will be
reconfigured to the wrong pins. This is especially confusing, because
the output still works, but the input doesn't. Presumingly, the input is
reconfigured to MPP10, but the output is connected to both MPP11 and
MPP5.

Override the pinmux in the board device tree.

Fixes: 327e15428977 ("ARM: dts: kirkwood: consolidate common pinctrl settings")
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/kirkwood-lsxl.dtsi