From: Yoichi Yuasa Date: Fri, 18 Jul 2008 14:03:15 +0000 (+0900) Subject: [MIPS] Cobalt: Fix I/O port resource range X-Git-Tag: v2.6.27-rc1~967^2~7 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b5d5accc7a2eb41f43ef346f3b258ba2f6342a1c;p=~emulex%2Finfiniband.git [MIPS] Cobalt: Fix I/O port resource range LCD and buttons don't use I/O port space. Signed-off-by: Yoichi Yuasa Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c index dd23beb8604..b5164422724 100644 --- a/arch/mips/cobalt/setup.c +++ b/arch/mips/cobalt/setup.c @@ -81,8 +81,8 @@ void __init plat_mem_setup(void) set_io_port_base(CKSEG1ADDR(GT_DEF_PCI0_IO_BASE)); - /* I/O port resource must include LCD/buttons */ - ioport_resource.end = 0x0fffffff; + /* I/O port resource */ + ioport_resource.end = 0x01ffffff; /* These resources have been reserved by VIA SuperI/O chip. */ for (i = 0; i < ARRAY_SIZE(cobalt_reserved_resources); i++)