From 8dcab7816469c6ba2a78f6cd66a1c254e8421f3b Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Mon, 18 Feb 2008 20:37:49 +0000 Subject: This patch introduces virtual LDNs changes for W83627EHF driver. Not only LDN 7 and 9 are changed, but also a SPI flash interface which has enable on bit1 and not bit0. Signed-off-by: Rudolf Marek Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3106 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/winbond/w83627ehg/superio.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/superio/winbond/w83627ehg/superio.c') diff --git a/src/superio/winbond/w83627ehg/superio.c b/src/superio/winbond/w83627ehg/superio.c index d37e599abe..019f510358 100644 --- a/src/superio/winbond/w83627ehg/superio.c +++ b/src/superio/winbond/w83627ehg/superio.c @@ -184,11 +184,17 @@ static struct pnp_info pnp_dev_info[] = { // No 4 { 0,}, { &ops, W83627EHG_KBC, PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1, { 0x7ff, 0 }, { 0x7ff, 0x4}, }, { &ops, W83627EHG_SFI, PNP_IO0 | PNP_IRQ0, { 0x7f8, 0 }, }, - { &ops, W83627EHG_GPIO_GAME_MIDI, PNP_IO0 | PNP_IO1 | PNP_IRQ0, { 0x7ff, 0 }, {0x7fe, 0x4}, }, { &ops, W83627EHG_WDTO_PLED, }, - { &ops, W83627EHG_GPIO_SUSLED, }, { &ops, W83627EHG_ACPI, }, { &ops, W83627EHG_HWM, PNP_IO0 | PNP_IRQ0, { 0xff8, 0 }, }, + { &ops, W83627EHG_GAME, PNP_IO0, { 0x7ff, 0 }, }, + { &ops, W83627EHG_MIDI, PNP_IO1 | PNP_IRQ0, { 0x7ff, 0 } , {0x7fe, 0x4}, }, + { &ops, W83627EHG_GPIO1, }, + { &ops, W83627EHG_GPIO2, }, + { &ops, W83627EHG_GPIO3, }, + { &ops, W83627EHG_GPIO4, }, + { &ops, W83627EHG_GPIO5, }, + { &ops, W83627EHG_GPIO6, }, }; static void enable_dev(struct device *dev) -- cgit v1.2.3