usb: fsl: Rename fdt_fixup_dr_usb

The function fdt_fixup_dr_usb is specific to fsl/nxp. So,
make the function name explicit and rename fdt_fixup_dr_usb
into fsl_fdt_fixup_dr_usb.

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
This commit is contained in:
Sriram Dash
2016-09-16 17:12:15 +05:30
committed by Marek Vasut
parent f7c81e2879
commit a5c289b9bc
35 changed files with 36 additions and 36 deletions

View File

@@ -131,7 +131,7 @@ static int fdt_fixup_erratum(int *usb_erratum_off, void *blob,
return 0;
}
void fdt_fixup_dr_usb(void *blob, bd_t *bd)
void fsl_fdt_fixup_dr_usb(void *blob, bd_t *bd)
{
static const char * const modes[] = { "host", "peripheral", "otg" };
static const char * const phys[] = { "ulpi", "utmi", "utmi_dual" };