diff options
Diffstat (limited to 'include/asm-arm/arch-iop33x/iop331.h')
-rw-r--r-- | include/asm-arm/arch-iop33x/iop331.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-iop33x/iop331.h b/include/asm-arm/arch-iop33x/iop331.h index 4ebcd7197c86..d12a95aa967a 100644 --- a/include/asm-arm/arch-iop33x/iop331.h +++ b/include/asm-arm/arch-iop33x/iop331.h | |||
@@ -221,6 +221,7 @@ | |||
221 | * Peripherals that are shared between the iop32x and iop33x but | 221 | * Peripherals that are shared between the iop32x and iop33x but |
222 | * located at different addresses. | 222 | * located at different addresses. |
223 | */ | 223 | */ |
224 | #define IOP3XX_GPIO_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x1780 + (reg)) | ||
224 | #define IOP3XX_TIMER_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x07d0 + (reg)) | 225 | #define IOP3XX_TIMER_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x07d0 + (reg)) |
225 | 226 | ||
226 | #include <asm/hardware/iop3xx.h> | 227 | #include <asm/hardware/iop3xx.h> |