diff options
Diffstat (limited to 'arch/blackfin/mach-bf548/boards')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/cm_bf548.c | 1 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c index 4c2ee6789099..9182d734b041 100644 --- a/arch/blackfin/mach-bf548/boards/cm_bf548.c +++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c | |||
@@ -504,6 +504,7 @@ static struct musb_hdrc_config musb_config = { | |||
504 | * if it is the case. | 504 | * if it is the case. |
505 | */ | 505 | */ |
506 | .gpio_vrsel_active = 1, | 506 | .gpio_vrsel_active = 1, |
507 | .clkin = 24, /* musb CLKIN in MHZ */ | ||
507 | }; | 508 | }; |
508 | 509 | ||
509 | static struct musb_hdrc_platform_data musb_plat = { | 510 | 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 4f03fbc4c9be..63345d2838e3 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
@@ -609,6 +609,7 @@ static struct musb_hdrc_config musb_config = { | |||
609 | * if it is the case. | 609 | * if it is the case. |
610 | */ | 610 | */ |
611 | .gpio_vrsel_active = 1, | 611 | .gpio_vrsel_active = 1, |
612 | .clkin = 24, /* musb CLKIN in MHZ */ | ||
612 | }; | 613 | }; |
613 | 614 | ||
614 | static struct musb_hdrc_platform_data musb_plat = { | 615 | static struct musb_hdrc_platform_data musb_plat = { |