diff options
Diffstat (limited to 'arch/blackfin/mach-bf548')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/cm_bf548.c | 4 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c index f60c333fec66..dbb6b1d83f6d 100644 --- a/arch/blackfin/mach-bf548/boards/cm_bf548.c +++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c | |||
@@ -498,6 +498,10 @@ static struct musb_hdrc_config musb_config = { | |||
498 | .num_eps = 8, | 498 | .num_eps = 8, |
499 | .dma_channels = 8, | 499 | .dma_channels = 8, |
500 | .gpio_vrsel = GPIO_PH6, | 500 | .gpio_vrsel = GPIO_PH6, |
501 | /* Some custom boards need to be active low, just set it to "0" | ||
502 | * if it is the case. | ||
503 | */ | ||
504 | .gpio_vrsel_active = 1, | ||
501 | }; | 505 | }; |
502 | 506 | ||
503 | static struct musb_hdrc_platform_data musb_plat = { | 507 | static struct musb_hdrc_platform_data musb_plat = { |
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index 06919db00a74..6fcfb9187c35 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
@@ -603,6 +603,10 @@ static struct musb_hdrc_config musb_config = { | |||
603 | .num_eps = 8, | 603 | .num_eps = 8, |
604 | .dma_channels = 8, | 604 | .dma_channels = 8, |
605 | .gpio_vrsel = GPIO_PE7, | 605 | .gpio_vrsel = GPIO_PE7, |
606 | /* Some custom boards need to be active low, just set it to "0" | ||
607 | * if it is the case. | ||
608 | */ | ||
609 | .gpio_vrsel_active = 1, | ||
606 | }; | 610 | }; |
607 | 611 | ||
608 | static struct musb_hdrc_platform_data musb_plat = { | 612 | static struct musb_hdrc_platform_data musb_plat = { |