[coreboot-gerrit] Patch set updated for coreboot: superio/winbond/w83667hg-a: Set SPI device mask correctly

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Thu Apr 7 08:18:39 CEST 2016


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14272

-gerrit

commit b1bab70c97ce11b7d1414a8c4badb57baaf4be11
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Wed Apr 6 23:56:51 2016 -0500

    superio/winbond/w83667hg-a: Set SPI device mask correctly
    
    This resolves error messages of the form:
    ERROR: device PNP: 002e.6 index 98 has no mask.
    
    Change-Id: I6a368b902d051c8da6f74cbde54f5d12a3e52c2f
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/superio/winbond/w83667hg-a/superio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/superio/winbond/w83667hg-a/superio.c b/src/superio/winbond/w83667hg-a/superio.c
index 6cd54ef..6e4dd96 100644
--- a/src/superio/winbond/w83667hg-a/superio.c
+++ b/src/superio/winbond/w83667hg-a/superio.c
@@ -99,7 +99,7 @@ static struct pnp_info pnp_dev_info[] = {
 	{ &ops, W83667HG_A_SP1, PNP_IO0 | PNP_IRQ0, {0x0ff8, 0}, },
 	{ &ops, W83667HG_A_SP2, PNP_IO0 | PNP_IRQ0, {0x0ff8, 0}, },
 	{ &ops, W83667HG_A_KBC, PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1, {0x0fff, 0}, {0x0fff, 4}, },
-	{ &ops, W83667HG_A_SPI, PNP_IO1, {0x0ff8, 0}},
+	{ &ops, W83667HG_A_SPI, PNP_IO1, {0, 0}, {0x0ff8, 0}},
 	{ &ops, W83667HG_A_WDT1},
 	{ &ops, W83667HG_A_ACPI},
 	{ &ops, W83667HG_A_HWM_TSI, PNP_IO0 | PNP_IRQ0, {0x0ffe, 0}, },



More information about the coreboot-gerrit mailing list