summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Williams <cang1@live.co.uk>2023-10-20 17:03:12 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-11-08 11:56:23 +0100
commit143b10775f106a65f4741d5c16bac04bb17efcb0 (patch)
treea209d3b2c93c1d3645787b017b170e1b5097ab90
parent8b48255a0d3ad853965cb7cb0a361a62f78e282d (diff)
downloadlinux-stable-143b10775f106a65f4741d5c16bac04bb17efcb0.tar.gz
linux-stable-143b10775f106a65f4741d5c16bac04bb17efcb0.tar.bz2
linux-stable-143b10775f106a65f4741d5c16bac04bb17efcb0.zip
tty: 8250: Fix port count of PX-257
commit d0ff5b24c2f112f29dea4c38b3bac9597b1be9ba upstream. The port count of the PX-257 Rev3 is actually 2, not 4. Fixes: ef5a03a26c87 ("tty: 8250: Add support for Brainboxes PX cards.") Cc: stable@vger.kernel.org Signed-off-by: Cameron Williams <cang1@live.co.uk> Link: https://lore.kernel.org/r/DU0PR02MB7899C804D9F04E727B5A0E8FC4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/tty/serial/8250/8250_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
index 5b2531097ea0..a0d1c58b6e64 100644
--- a/drivers/tty/serial/8250/8250_pci.c
+++ b/drivers/tty/serial/8250/8250_pci.c
@@ -5180,7 +5180,7 @@ static const struct pci_device_id serial_pci_tbl[] = {
{ PCI_VENDOR_ID_INTASHIELD, 0x4015,
PCI_ANY_ID, PCI_ANY_ID,
0, 0,
- pbn_oxsemi_4_15625000 },
+ pbn_oxsemi_2_15625000 },
/*
* Brainboxes PX-260/PX-701
*/