aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627dhg/superio.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-10-05 12:08:37 +0000
committerStefan Reinauer <stepan@openbios.org>2009-10-05 12:08:37 +0000
commit652cd810f0b5b71fa46d780e70106d8aad5bcc67 (patch)
tree272a6f3d9c0149479d8eaf858e6565e3d1e065be /src/superio/winbond/w83627dhg/superio.c
parent84d69f78df3e56a1e696e189736de8e4c36f0e45 (diff)
Without these fixes the w83627dhg driver (which is currently not used by any
mainboard in the tree) does neither compile nor work. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4724 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/winbond/w83627dhg/superio.c')
-rw-r--r--src/superio/winbond/w83627dhg/superio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627dhg/superio.c b/src/superio/winbond/w83627dhg/superio.c
index a1c3f1e4b6..232041ee4a 100644
--- a/src/superio/winbond/w83627dhg/superio.c
+++ b/src/superio/winbond/w83627dhg/superio.c
@@ -103,7 +103,8 @@ static struct pnp_info pnp_dev_info[] = {
{ &ops, W83627DHG_SP1, PNP_IO0 | PNP_IRQ0, { 0xff8, 0 }, },
{ &ops, W83627DHG_SP2, PNP_IO0 | PNP_IRQ0, { 0xff8, 0 }, },
{ &ops, W83627DHG_KBC, PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1, { 0xfff, 0 }, { 0xfff, 0x4}, },
- { &ops, W83627DHG_SPI, PNP_IO1, { 0xff8, 0 }, },
+ // the next line makes coreboot hang in pnp_enable_devices()
+ // { &ops, W83627DHG_SPI, PNP_IO1, { 0xff8, 0 }, },
{ &ops, W83627DHG_GPIO6, },
{ &ops, W83627DHG_WDTO_PLED, },
{ &ops, W83627DHG_GPIO2345, },