ARM: shmobile: armadillo800eva: Fix maximum number of SCIF
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Mon, 15 Apr 2013 04:44:52 +0000 (13:44 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Jun 2013 10:32:04 +0000 (19:32 +0900)
The r8a77740 has 9ch SCIF. It is not 8ch.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/configs/armadillo800eva_defconfig

index 0f2d80da737808c81644849447311ee9ec364c60..fae939d3d7f0a863b5284e95778fbc2f6c67f9c4 100644 (file)
@@ -86,7 +86,7 @@ CONFIG_TOUCHSCREEN_ST1232=y
 # CONFIG_SERIO is not set
 # CONFIG_LEGACY_PTYS is not set
 CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=8
+CONFIG_SERIAL_SH_SCI_NR_UARTS=9
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
 CONFIG_I2C=y
This page took 0.024984 seconds and 5 git commands to generate.