Merge branch 'master' of git://git.denx.de/u-boot-x86
[oweals/u-boot.git] / arch / x86 / include / asm / arch-coreboot / gpio.h
index 3ec18168339a4650ae48ce1ba28b8f01889c53e1..31edef96238bf9586bbc06b86904ef9a02db9842 100644 (file)
@@ -7,9 +7,7 @@
 #ifndef _X86_ARCH_GPIO_H_
 #define _X86_ARCH_GPIO_H_
 
-struct ich6_bank_platdata {
-       uint32_t base_addr;
-       const char *bank_name;
-};
+/* Where in config space is the register that points to the GPIO registers? */
+#define PCI_CFG_GPIOBASE 0x48
 
 #endif /* _X86_ARCH_GPIO_H_ */