Felix Held (felix-coreboot@felixheld.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10235
-gerrit
commit 01c6cf87a15bfe67bbd31b5df10c0dbdbfdf63e8 Author: Felix Held felix-coreboot@felixheld.de Date: Sun May 17 14:14:51 2015 +0200
nuvoton/nct6776: there is no IRQ for LDN8
Change-Id: Ib4ee3633d210a05e06ed95fc13830cc692095501 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- src/superio/nuvoton/nct6776/superio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/superio/nuvoton/nct6776/superio.c b/src/superio/nuvoton/nct6776/superio.c index d58fe03..5c6c26b 100644 --- a/src/superio/nuvoton/nct6776/superio.c +++ b/src/superio/nuvoton/nct6776/superio.c @@ -69,7 +69,7 @@ static struct pnp_info pnp_dev_info[] = { { &ops, NCT6776_DSLP}, { &ops, NCT6776_GPIOA_LDN}, { &ops, NCT6776_WDT1}, - { &ops, NCT6776_GPIOBASE, PNP_IO0 | PNP_IRQ0, {0x0ff8, 0}, }, + { &ops, NCT6776_GPIOBASE, PNP_IO0, {0x0ff8, 0}, }, { &ops, NCT6776_GPIO0}, { &ops, NCT6776_GPIO1}, { &ops, NCT6776_GPIO2},