ARM: plat-iop: pass physical base for GPIO
[deliverable/linux.git] / arch / arm / mach-iop32x / gpio-iop32x.h
index b8710a63a13e9a8e67605f1e19fc5f938d5c22ad..3c7309c02029704834503d5c58e81bc47df75bd2 100644 (file)
@@ -1,5 +1,5 @@
 static struct resource iop32x_gpio_res[] = {
-       DEFINE_RES_MEM((IOP3XX_PERIPHERAL_VIRT_BASE + 0x07c4), 0x10),
+       DEFINE_RES_MEM((IOP3XX_PERIPHERAL_PHYS_BASE + 0x07c4), 0x10),
 };
 
 static inline void register_iop32x_gpio(void)
This page took 0.035146 seconds and 5 git commands to generate.