diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-armadillo800eva.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-armadillo800eva.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index cf10f92856dc..2f32aa64c2b1 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c | |||
@@ -135,7 +135,7 @@ | |||
135 | * usbhsf_power_ctrl() | 135 | * usbhsf_power_ctrl() |
136 | */ | 136 | */ |
137 | #define IRQ7 evt2irq(0x02e0) | 137 | #define IRQ7 evt2irq(0x02e0) |
138 | #define USBCR1 0xe605810a | 138 | #define USBCR1 IOMEM(0xe605810a) |
139 | #define USBH 0xC6700000 | 139 | #define USBH 0xC6700000 |
140 | #define USBH_USBCTR 0x10834 | 140 | #define USBH_USBCTR 0x10834 |
141 | 141 | ||
@@ -949,8 +949,8 @@ clock_error: | |||
949 | /* | 949 | /* |
950 | * board init | 950 | * board init |
951 | */ | 951 | */ |
952 | #define GPIO_PORT7CR 0xe6050007 | 952 | #define GPIO_PORT7CR IOMEM(0xe6050007) |
953 | #define GPIO_PORT8CR 0xe6050008 | 953 | #define GPIO_PORT8CR IOMEM(0xe6050008) |
954 | static void __init eva_init(void) | 954 | static void __init eva_init(void) |
955 | { | 955 | { |
956 | struct platform_device *usb = NULL; | 956 | struct platform_device *usb = NULL; |