Skip to content

Commit fc51809

Browse files
pelwellpopcornmix
authored andcommitted
configs: Raise 8250 UART limit to 5 on BCM2711
8250 UARTs are available as PCIe devices, and there is already a config setting enabling the driver support, but the driver also has a hard limit on the number of instances - currently set to 1. Raise that limit to 5. See: #5590 https://forums.raspberrypi.com/viewtopic.php?t=355689 Signed-off-by: Phil Elwell <[email protected]>
1 parent 6e7169b commit fc51809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/configs/bcm2711_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ CONFIG_SERIAL_8250=y
667667
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
668668
CONFIG_SERIAL_8250_CONSOLE=y
669669
# CONFIG_SERIAL_8250_DMA is not set
670-
CONFIG_SERIAL_8250_NR_UARTS=1
670+
CONFIG_SERIAL_8250_NR_UARTS=5
671671
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
672672
CONFIG_SERIAL_8250_EXTENDED=y
673673
CONFIG_SERIAL_8250_SHARE_IRQ=y

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ CONFIG_SERIAL_8250=y
677677
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
678678
CONFIG_SERIAL_8250_CONSOLE=y
679679
# CONFIG_SERIAL_8250_DMA is not set
680-
CONFIG_SERIAL_8250_NR_UARTS=1
680+
CONFIG_SERIAL_8250_NR_UARTS=5
681681
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
682682
CONFIG_SERIAL_8250_EXTENDED=y
683683
CONFIG_SERIAL_8250_SHARE_IRQ=y

0 commit comments

Comments
 (0)