[U-Boot] [PATCH] arm: socfpga: remove note to add CONFIG_USB_DWC2_REG_ADDR

From: Dinh Nguyen dinguyen@opensource.altera.com
Now that the USB DWC2 probing is done from OF, remove this note to add CONFIG_USB_DWC2_REG_ADDR.
Signed-off-by: Dinh Nguyen dinguyen@opensource.altera.com --- include/configs/socfpga_common.h | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index f74c758..b57fd4c 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -233,13 +233,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void); #ifdef CONFIG_CMD_USB #define CONFIG_USB_DWC2 #define CONFIG_USB_STORAGE -/* - * NOTE: User must define either of the following to select which - * of the two USB controllers available on SoCFPGA to use. - * The DWC2 driver doesn't support multiple USB controllers. - * #define CONFIG_USB_DWC2_REG_ADDR SOCFPGA_USB0_ADDRESS - * #define CONFIG_USB_DWC2_REG_ADDR SOCFPGA_USB1_ADDRESS - */ #endif
/*

On Monday, December 07, 2015 at 11:48:04 PM, dinguyen@opensource.altera.com wrote:
From: Dinh Nguyen dinguyen@opensource.altera.com
Now that the USB DWC2 probing is done from OF, remove this note to add CONFIG_USB_DWC2_REG_ADDR.
Signed-off-by: Dinh Nguyen dinguyen@opensource.altera.com
Applied, thanks!
Best regards, Marek Vasut

On Tuesday, December 08, 2015 at 12:06:14 AM, Marek Vasut wrote:
On Monday, December 07, 2015 at 11:48:04 PM, dinguyen@opensource.altera.com
wrote:
From: Dinh Nguyen dinguyen@opensource.altera.com
Now that the USB DWC2 probing is done from OF, remove this note to add CONFIG_USB_DWC2_REG_ADDR.
Signed-off-by: Dinh Nguyen dinguyen@opensource.altera.com
Applied, thanks!
btw the good stuff is now in u-boot-socfpga/02-dt , feel free to play around with it.
Best regards, Marek Vasut

On 12/07/2015 05:09 PM, Marek Vasut wrote:
On Tuesday, December 08, 2015 at 12:06:14 AM, Marek Vasut wrote:
On Monday, December 07, 2015 at 11:48:04 PM, dinguyen@opensource.altera.com
wrote:
From: Dinh Nguyen dinguyen@opensource.altera.com
Now that the USB DWC2 probing is done from OF, remove this note to add CONFIG_USB_DWC2_REG_ADDR.
Signed-off-by: Dinh Nguyen dinguyen@opensource.altera.com
Applied, thanks!
btw the good stuff is now in u-boot-socfpga/02-dt , feel free to play around with it.
Will do...
Dinh
participants (3)
-
dinguyenï¼ opensource.altera.com
-
Dinh Nguyen
-
Marek Vasut