Merge branch 'ukleinek/am335x-console' of https://salsa.debian.org/kernel-team/linux

[armhf] enable SERIAL_8250_OMAP and SERIAL_8250_OMAP_TTYO_FIXUP

See merge request kernel-team/linux!1777
This commit is contained in:
Uwe Kleine-König 2026-01-10 22:27:36 +01:00
commit eb75f585f5
2 changed files with 6 additions and 0 deletions

4
debian/changelog vendored
View file

@ -24,6 +24,10 @@ linux (6.19~rc4-1~exp1) UNRELEASED; urgency=medium
* drivers/misc: Enable NTSYNC as module for all architectures
(Closes: #1124798)
[ Uwe Kleine-König ]
* [armhf] enable SERIAL_8250_OMAP and SERIAL_8250_OMAP_TTYO_FIXUP to fix
the boot console on (e.g.) BeagleBone Black.
-- Bastian Blank <waldi@debian.org> Mon, 05 Jan 2026 15:09:52 +0100
linux (6.18.3-1) unstable; urgency=medium

View file

@ -1529,6 +1529,8 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_BCM2835AUX=y
CONFIG_SERIAL_8250_DW=y
# CONFIG_SERIAL_8250_EM is not set
CONFIG_SERIAL_8250_OMAP=y
CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y
CONFIG_SERIAL_OF_PLATFORM=y
##