diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-10-05 12:08:37 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-10-05 12:08:37 +0000 |
commit | 652cd810f0b5b71fa46d780e70106d8aad5bcc67 (patch) | |
tree | 272a6f3d9c0149479d8eaf858e6565e3d1e065be /src/superio/winbond/w83627dhg/w83627dhg.h | |
parent | 84d69f78df3e56a1e696e189736de8e4c36f0e45 (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/w83627dhg.h')
-rw-r--r-- | src/superio/winbond/w83627dhg/w83627dhg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627dhg/w83627dhg.h b/src/superio/winbond/w83627dhg/w83627dhg.h index e044e0d6dc..cd74fe3397 100644 --- a/src/superio/winbond/w83627dhg/w83627dhg.h +++ b/src/superio/winbond/w83627dhg/w83627dhg.h @@ -26,7 +26,7 @@ #define W83627DHG_SPI 6 /* Serial peripheral interface */ #define W83627DHG_GPIO6 7 /* GPIO6 */ #define W83627DHG_WDTO_PLED 8 /* WDTO#, PLED */ -#define W83627DHG_GPIO_SUSLED 9 /* GPIO2, GPIO3, GPIO4, GPIO5 */ +#define W83627DHG_GPIO2345 9 /* GPIO2, GPIO3, GPIO4, GPIO5 */ #define W83627DHG_ACPI 10 /* ACPI */ #define W83627DHG_HWM 11 /* Hardware monitor */ #define W83627DHG_PECI_SST 12 /* PECI, SST */ |