summaryrefslogtreecommitdiffstats
path: root/board/broadcom/bcm28155_ap
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-12-04 02:23:29 +0100
committerMarek Vasut <marex@denx.de>2015-12-17 21:54:40 +0100
commitc0982871df3ea6af1658cbf0f2fe38938b1780c7 (patch)
tree6cfd5271d69ff50ea166173a40b1a73f1d95da94 /board/broadcom/bcm28155_ap
parente30824f439c81070d97cff3f9a31952b58eb9ad3 (diff)
downloadtalos-obmc-uboot-c0982871df3ea6af1658cbf0f2fe38938b1780c7.tar.gz
talos-obmc-uboot-c0982871df3ea6af1658cbf0f2fe38938b1780c7.zip
usb: s3c-otg: Rename struct s3c_plat_otg_data
The driver is actually for the Designware DWC2 controller. This patch is the first to rename global symbol, the struct s3c_plat_otg_data. The rename is done automatically: $ sed -i "s/s3c_plat_otg_data/dwc2_plat_otg_data/g" \ `git grep s3c_plat_otg_data | cut -d : -f 1` Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/broadcom/bcm28155_ap')
-rw-r--r--board/broadcom/bcm28155_ap/bcm28155_ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/broadcom/bcm28155_ap/bcm28155_ap.c b/board/broadcom/bcm28155_ap/bcm28155_ap.c
index 20eb19142a..e517db3a3b 100644
--- a/board/broadcom/bcm28155_ap/bcm28155_ap.c
+++ b/board/broadcom/bcm28155_ap/bcm28155_ap.c
@@ -95,7 +95,7 @@ int board_mmc_init(bd_t *bis)
#endif
#ifdef CONFIG_USB_GADGET
-static struct s3c_plat_otg_data bcm_otg_data = {
+static struct dwc2_plat_otg_data bcm_otg_data = {
.regs_otg = HSOTG_BASE_ADDR
};
OpenPOWER on IntegriCloud