am33xx: support board specific ddr settings
[oweals/u-boot.git] / arch / arm / include / asm / arch-mx31 / gpio.h
index 95b73bfc34206c78d448c5685afb14311668b0fc..55c0afa8093e4d9b942b3568c38682f887546453 100644 (file)
 #ifndef __ASM_ARCH_MX31_GPIO_H
 #define __ASM_ARCH_MX31_GPIO_H
 
-/* GPIO Registers */
-struct gpio_regs {
-       u32     gpio_dr;
-       u32     gpio_dir;
-       u32     gpio_psr;
-};
+#include <asm/imx-common/gpio.h>
 
 #endif