armv7: add reset timeout to identify_nand_chip
[oweals/u-boot.git] / arch / arm / include / asm / arch-hi6220 / gpio.h
index 4fafaef5d55c015c27bb46d62e3c0fa7348fafad..29ace17ab8b28367a419c0fcb0c9bb8ed94ea65b 100644 (file)
@@ -21,7 +21,7 @@ struct gpio_bank {
 /* Information about a GPIO bank */
 struct hikey_gpio_platdata {
        int bank_index;
-       unsigned int base;     /* address of registers in physical memory */
+       ulong base;     /* address of registers in physical memory */
 };
 
 #endif /* _HI6220_GPIO_H_ */