]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ARM: dts: kirkwood: lsxl: fix serial line
authorMichael Walle <michael@walle.cc>
Tue, 16 Aug 2022 00:10:24 +0000 (02:10 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Thu, 24 Nov 2022 13:24:29 +0000 (14:24 +0100)
commit92ca71b15a172c410b5c9fcabd404ee1c9a69083
treeb7ff34488028dd42388f13f191f374a39491a7a9
parentac3081968cb744c5d53247e791201fdad977182b
ARM: dts: kirkwood: lsxl: fix serial line

BugLink: https://bugs.launchpad.net/bugs/1996825
[ Upstream commit 04eabc6ac10fda9424606d9a7ab6ab9a5d95350a ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/arm/boot/dts/kirkwood-lsxl.dtsi