summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2015-12-05 19:24:22 +0100
committerMarek Vasut <[email protected]>2015-12-20 03:36:51 +0100
commit225217da2804d1c61725e2974262bd2f27882cd7 (patch)
tree5e74634ae81713d9158206e50a37a5cfc6dd3ee9 /include
parent9368aa6a680f150755a233be9f97956bba5a915e (diff)
arm: socfpga: sockit: Probe DWC2 UDC from OF instead of hard-coded data
This patch adds the necessary OF alias for the UDC node, which let's the code locate the DWC2 UDC base address in OF instead of hard-coding it into the U-Boot binary. The code is adjusted to use the address from OF instead of the hard-coded one. Finally, the hard-coded address is removed and USB DM support is enabled. Signed-off-by: Marek Vasut <[email protected]> Cc: Chin Liang See <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Lukasz Majewski <[email protected]> Cc: Lukasz Majewski <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/socfpga_sockit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/socfpga_sockit.h b/include/configs/socfpga_sockit.h
index c1178acee72..eefe01c5c87 100644
--- a/include/configs/socfpga_sockit.h
+++ b/include/configs/socfpga_sockit.h
@@ -56,9 +56,6 @@
#define CONFIG_ENV_OFFSET 512 /* just after the MBR */
/* USB */
-#ifdef CONFIG_CMD_USB
-#define CONFIG_USB_DWC2_REG_ADDR SOCFPGA_USB1_ADDRESS
-#endif
#define CONFIG_G_DNL_MANUFACTURER "Terasic"
/* Extra Environment */