From: Furong Xu Date: Thu, 16 Feb 2017 03:10:28 +0000 (+0800) Subject: ramips: fix the number of uarts for MT7688 X-Git-Tag: v17.01.0~21 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=25b7295617cc6b2e317ef970d6d8d04ada49822c ramips: fix the number of uarts for MT7688 Same as MT7621 and MT7628, MT7688 allows up to 3 uarts Signed-off-by: Furong Xu --- diff --git a/target/linux/ramips/mt7688/config-4.4 b/target/linux/ramips/mt7688/config-4.4 index 2bfd3f8f82..aad333bfdb 100644 --- a/target/linux/ramips/mt7688/config-4.4 +++ b/target/linux/ramips/mt7688/config-4.4 @@ -181,8 +181,8 @@ CONFIG_SCHED_HRTICK=y # CONFIG_SCHED_INFO is not set # CONFIG_SCSI_DMA is not set # CONFIG_SERIAL_8250_FSL is not set -CONFIG_SERIAL_8250_NR_UARTS=4 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_NR_UARTS=3 +CONFIG_SERIAL_8250_RUNTIME_UARTS=3 CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SOC_MT7620=y # CONFIG_SOC_MT7621 is not set