Skip to content

Commit

Permalink
ramips: fix the number of uarts for MT7688
Browse files Browse the repository at this point in the history
Same as MT7621 and MT7628, MT7688 allows up to 3 uarts

Signed-off-by: Furong Xu <xfr@outlook.com>
  • Loading branch information
HZFrodo authored and blogic committed Feb 16, 2017
1 parent 71ea3b4 commit 25b7295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ramips/mt7688/config-4.4
Expand Up @@ -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
Expand Down

0 comments on commit 25b7295

Please sign in to comment.