diff options
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/ezbrd.c')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezbrd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezbrd.c b/arch/blackfin/mach-bf527/boards/ezbrd.c index 55069af4f67d..606eb36b9d6e 100644 --- a/arch/blackfin/mach-bf527/boards/ezbrd.c +++ b/arch/blackfin/mach-bf527/boards/ezbrd.c | |||
@@ -62,6 +62,10 @@ static struct musb_hdrc_config musb_config = { | |||
62 | .num_eps = 8, | 62 | .num_eps = 8, |
63 | .dma_channels = 8, | 63 | .dma_channels = 8, |
64 | .gpio_vrsel = GPIO_PG13, | 64 | .gpio_vrsel = GPIO_PG13, |
65 | /* Some custom boards need to be active low, just set it to "0" | ||
66 | * if it is the case. | ||
67 | */ | ||
68 | .gpio_vrsel_active = 1, | ||
65 | }; | 69 | }; |
66 | 70 | ||
67 | static struct musb_hdrc_platform_data musb_plat = { | 71 | static struct musb_hdrc_platform_data musb_plat = { |