Skip to content

Commit 43a49ae

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 e55c6c2 commit 43a49ae

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
@@ -666,7 +666,7 @@ CONFIG_SERIAL_8250=y
666666
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
667667
CONFIG_SERIAL_8250_CONSOLE=y
668668
# CONFIG_SERIAL_8250_DMA is not set
669-
CONFIG_SERIAL_8250_NR_UARTS=1
669+
CONFIG_SERIAL_8250_NR_UARTS=5
670670
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
671671
CONFIG_SERIAL_8250_EXTENDED=y
672672
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
@@ -676,7 +676,7 @@ CONFIG_SERIAL_8250=y
676676
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
677677
CONFIG_SERIAL_8250_CONSOLE=y
678678
# CONFIG_SERIAL_8250_DMA is not set
679-
CONFIG_SERIAL_8250_NR_UARTS=1
679+
CONFIG_SERIAL_8250_NR_UARTS=5
680680
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
681681
CONFIG_SERIAL_8250_EXTENDED=y
682682
CONFIG_SERIAL_8250_SHARE_IRQ=y

0 commit comments

Comments
 (0)