W83627DHG/W83627EHG fixups for virtual LDNs.
[coreboot.git] / src / mainboard / asus / a8v-e_se / romstage.c
index 1167832c6a94b3c4592d9860f3349268c5599fa0..1f3c088858c4cb1b3df6d95c87c9db850aa0452f 100644 (file)
@@ -49,7 +49,7 @@ unsigned int get_sbdn(unsigned bus);
 #include <spd.h>
 
 #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
-#define GPIO_DEV PNP_DEV(0x2e, W83627EHG_GPIO_SUSLED)
+#define GPIO_DEV PNP_DEV(0x2e, W83627EHG_GPIO_SUSLED_V)
 #define ACPI_DEV PNP_DEV(0x2e, W83627EHG_ACPI)
 
 static void memreset(int controllers, const struct mem_controller *ctrl) { }