artik10: usb: dwc3: change base address of the USB Global Register 11/66211/1
authorjino.cho <jino.cho@samsung.com>
Mon, 18 Apr 2016 01:50:55 +0000 (10:50 +0900)
committerjino.cho <jino.cho@samsung.com>
Mon, 18 Apr 2016 01:50:55 +0000 (10:50 +0900)
This patch changes base address of the USB Global Register. Because
ARTIK10 uses USB channel 0.

 - USB Ch0 Base Address: 0x1200_0000
 - USB Ch1 Base Address: 0x1240_0000

Change-Id: I41f96247248f16c76894a10daa4b11cbac69d5df
Signed-off-by: jino.cho <jino.cho@samsung.com>
board/samsung/smdk5422/smdk5422.c

index 320976807372272d41a16df2af8af2f665a02b5b..add61d72c626ae2468c49db08176daae289b9efd 100644 (file)
@@ -496,7 +496,7 @@ unsigned int get_board_rev(void)
 #ifdef CONFIG_USB_DWC3
 static struct dwc3_device dwc3_device_data = {
        .maximum_speed = USB_SPEED_SUPER,
-       .base = 0x12400000,
+       .base = 0x12000000,
        .dr_mode = USB_DR_MODE_PERIPHERAL,
        .index = 0,
 };