am33xx: support board specific ddr settings
[oweals/u-boot.git] / arch / arm / include / asm / arch-mx6 / gpio.h
index 20c4e5748492a02fefaadee40daac8ff2c49cf95..24c10f8bce5c0f3380d9d4be02cbe2db6d2d68a4 100644 (file)
 #ifndef __ASM_ARCH_MX6_GPIO_H
 #define __ASM_ARCH_MX6_GPIO_H
 
-/* GPIO registers */
-struct gpio_regs {
-       u32     gpio_dr;
-       u32     gpio_dir;
-       u32     gpio_psr;
-};
+#include <asm/imx-common/gpio.h>
 
 #endif /* __ASM_ARCH_MX6_GPIO_H */