nuvoton/nct6776: there is no IRQ for LDN8

Change-Id: Ib4ee3633d210a05e06ed95fc13830cc692095501
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: http://review.coreboot.org/10235
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Felix Held 2015-05-17 14:14:51 +02:00 committed by Kyösti Mälkki
parent bb03aaa7b8
commit 636f34242b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ static struct pnp_info pnp_dev_info[] = {
{ &ops, NCT6776_DSLP}, { &ops, NCT6776_DSLP},
{ &ops, NCT6776_GPIOA_LDN}, { &ops, NCT6776_GPIOA_LDN},
{ &ops, NCT6776_WDT1}, { &ops, NCT6776_WDT1},
{ &ops, NCT6776_GPIOBASE, PNP_IO0 | PNP_IRQ0, {0x0ff8, 0}, }, { &ops, NCT6776_GPIOBASE, PNP_IO0, {0x0ff8, 0}, },
{ &ops, NCT6776_GPIO0}, { &ops, NCT6776_GPIO0},
{ &ops, NCT6776_GPIO1}, { &ops, NCT6776_GPIO1},
{ &ops, NCT6776_GPIO2}, { &ops, NCT6776_GPIO2},