diff options
author | Sergio Aguirre <saaguirre@ti.com> | 2010-03-01 14:26:45 -0600 |
---|---|---|
committer | Sergio Aguirre <saaguirre@ti.com> | 2010-03-15 16:34:22 -0500 |
commit | e6e8ea63f5d745e5a3030eec1964d0429b93107d (patch) | |
tree | eb95f2f87849af75466c078501a5a5c02cc4f020 /arch/arm | |
parent | fcbcea93abbe361e14dd458d0a5a3e9dadaa5ba9 (diff) | |
download | linux-stable-e6e8ea63f5d745e5a3030eec1964d0429b93107d.tar.gz linux-stable-e6e8ea63f5d745e5a3030eec1964d0429b93107d.tar.bz2 linux-stable-e6e8ea63f5d745e5a3030eec1964d0429b93107d.zip |
omap3: zoom2/3: Register only 1 8250 port
There's no more serial ports available, so, doesn't make sense
to create 4 device nodes.
Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap_zoom2_defconfig | 2 | ||||
-rw-r--r-- | arch/arm/configs/omap_zoom3_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/omap_zoom2_defconfig b/arch/arm/configs/omap_zoom2_defconfig index f5c6e11cf189..881faea03d79 100644 --- a/arch/arm/configs/omap_zoom2_defconfig +++ b/arch/arm/configs/omap_zoom2_defconfig @@ -661,7 +661,7 @@ CONFIG_DEVKMEM=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_NR_UARTS=32 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=1 CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_MANY_PORTS=y CONFIG_SERIAL_8250_SHARE_IRQ=y diff --git a/arch/arm/configs/omap_zoom3_defconfig b/arch/arm/configs/omap_zoom3_defconfig index ea9a5012d332..5e55b550a408 100644 --- a/arch/arm/configs/omap_zoom3_defconfig +++ b/arch/arm/configs/omap_zoom3_defconfig @@ -680,7 +680,7 @@ CONFIG_DEVKMEM=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_NR_UARTS=32 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=1 CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_MANY_PORTS=y CONFIG_SERIAL_8250_SHARE_IRQ=y |